Skip to content

Commit 6d0c068

Browse files
committed
Merge branch 'main' of https://github.com/actions/runner
2 parents c434a9a + 5d4fb30 commit 6d0c068

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Sdk/DTPipelines/workflow-v1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
"mapping": {
618618
"properties": {
619619
"image": "string",
620-
"options": "non-empty-string",
620+
"options": "string",
621621
"env": "container-env",
622622
"ports": "sequence-of-non-empty-string",
623623
"volumes": "sequence-of-non-empty-string",

src/Sdk/WorkflowParser/workflow-v1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@
25932593
"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."
25942594
},
25952595
"options": {
2596-
"type": "non-empty-string",
2596+
"type": "string",
25972597
"description": "Use `jobs.<job_id>.container.options` to configure additional Docker container resource options."
25982598
},
25992599
"env": "container-env",

0 commit comments

Comments
 (0)