From 8511ae2e6d23bf266dccc525809c58273e300355 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Thu, 22 Jan 2026 15:21:11 -0600 Subject: [PATCH] Allow empty string for container options (#312) --- workflow-parser/src/workflow-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-parser/src/workflow-v1.0.json b/workflow-parser/src/workflow-v1.0.json index 12a38e7..cbb1f1e 100644 --- a/workflow-parser/src/workflow-v1.0.json +++ b/workflow-parser/src/workflow-v1.0.json @@ -2349,7 +2349,7 @@ "description": "Use `jobs..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..container.options` to configure additional Docker container resource options." }, "env": "container-env",