You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sdk/WorkflowParser/workflow-v1.0.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2593,7 +2593,7 @@
2593
2593
"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."
2594
2594
},
2595
2595
"options": {
2596
-
"type": "non-empty-string",
2596
+
"type": "string",
2597
2597
"description": "Use `jobs.<job_id>.container.options` to configure additional Docker container resource options."
0 commit comments