Skip to content

Commit d1ca6c3

Browse files
AvaStancuhubwriter
andauthored
Update workflow-syntax-for-github-actions.md (github#34263)
Co-authored-by: hubwriter <[email protected]>
1 parent d73a80c commit d1ca6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/using-workflows/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ jobs:
685685

686686
### `jobs.<job_id>.steps[*].with.args`
687687

688-
A `string` that defines the inputs for a Docker container. {% data variables.product.prodname_dotcom %} passes the `args` to the container's `ENTRYPOINT` when the container starts up. An `array of strings` is not supported by this parameter.
688+
A `string` that defines the inputs for a Docker container. {% data variables.product.prodname_dotcom %} passes the `args` to the container's `ENTRYPOINT` when the container starts up. An `array of strings` is not supported by this parameter. A single argument that includes spaces should be surrounded by double quotes `""`.
689689

690690
#### Example
691691

0 commit comments

Comments
 (0)