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
What part(s) of the article would you like to see updated?
In the section Creating an action metadata file, it is stated that you need to specify inputs in order to pass them to the container. This is not exactly the case which is explained in runner issue #499. If you use with.args, arguments will be passed to the entrypoint regardless of input spec.
This is explained well in this part of the documentation but contradicts a bit with the part I am opening an issue for.
Note that this last part, . /env ; docker ... is taken from issue#499
Additional information
You can refer to my example in test repository. Please note that in actions.yaml, there were no specified inputs, but if you pass inputs using with.args, they will be passed to the container. So this should be added to the docs as well.
The text was updated successfully, but these errors were encountered:
ramyaparimi
added
actions
This issue or pull request should be reviewed by the docs actions team
waiting for review
Issue/PR is waiting for a writer's review
and removed
triage
Do not begin working on this issue until triaged by the team
labels
Feb 7, 2022
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action
What part(s) of the article would you like to see updated?
In the section Creating an action metadata file, it is stated that you need to specify inputs in order to pass them to the container. This is not exactly the case which is explained in runner issue #499. If you use
with.args
, arguments will be passed to theentrypoint
regardless of input spec.This is explained well in this part of the documentation but contradicts a bit with the part I am opening an issue for.
Note that this last part,
. /env ; docker ...
is taken from issue#499Additional information
You can refer to my example in test repository. Please note that in actions.yaml, there were no specified inputs, but if you pass inputs using
with.args
, they will be passed to the container. So this should be added to the docs as well.The text was updated successfully, but these errors were encountered: