Allow empty string for container options (#312)

This commit is contained in:
eric sciple
2026-01-22 15:21:11 -06:00
committed by GitHub
parent cd1078fb2f
commit 8511ae2e6d
+1 -1
View File
@@ -2349,7 +2349,7 @@
"description": "Use `jobs.<job_id>.container.image` to define the Docker image to use as the container to run the action. The value can be the Docker Hub image or a registry name."
},
"options": {
"type": "non-empty-string",
"type": "string",
"description": "Use `jobs.<job_id>.container.options` to configure additional Docker container resource options."
},
"env": "container-env",