Skip to content

Commit

Permalink
Merge pull request #15768 from nikola-jokic/patch-5
Browse files Browse the repository at this point in the history
Added explanation about args passed to container
  • Loading branch information
ramyaparimi authored Mar 30, 2022
2 parents c2c1213 + 9e60aad commit c22772f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
```
{% endraw %}

This metadata defines one `who-to-greet` input and one `time` output parameter. To pass inputs to the Docker container, you must declare the input using `inputs` and pass the input in the `args` keyword.
This metadata defines one `who-to-greet` input and one `time` output parameter. To pass inputs to the Docker container, you should declare the input using `inputs` and pass the input in the `args` keyword. Everything you include in `args` is passed to the container, but for better discoverability for users of your action, we recommended using inputs.

{% data variables.product.prodname_dotcom %} will build an image from your `Dockerfile`, and run commands in a new container using this image.

Expand Down

0 comments on commit c22772f

Please sign in to comment.