1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Update workflow-syntax-for-github-actions.md (#34263)

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Ava Stancu
2023-02-01 13:28:30 +02:00
committed by GitHub
parent d73a80c4f3
commit d1ca6c3b4b

View File

@@ -685,7 +685,7 @@ jobs:
### `jobs.<job_id>.steps[*].with.args`
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 `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 `""`.
#### Example