-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage: main.workflow #3
Comments
I was confused by that as well. My config looks like this now and it works:
What I'm unsure is how to specify the "args" option in a yaml file. It triggers an error if I try to use it together with the uses keyword. |
You have to specify the args option with "with" first. Example:
|
Thanks! There was a missing brace, but once I added that it worked!
|
I am still a bit confused on usage.
https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow makes no reference to
main.workflow
and instead seems to imply that everything goes in a.yml
file in/.github/workflows/
.Can you clarify how to use this action?
The text was updated successfully, but these errors were encountered: