We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README.md, in the Usage section, directs to action.yaml
action.yaml
That action.yaml looks like this: Which clearly does not work, as it has no definition for the on clause.
on
Then the correct way is to copy the steps yaml section in the Usage section.
steps
But it's very confusing as to why people are directed to action.yaml.
Or there should be a sample action.yaml that actually works.
The text was updated successfully, but these errors were encountered:
Hello! Thank you for filing an issue.
If this is a bug report, please include relevant logs to help us debug the problem.
Sorry, something went wrong.
This should be fixed in #296 :)
ncalteen
Successfully merging a pull request may close this issue.
The README.md, in the Usage section, directs to
action.yaml
That
action.yaml
looks like this:Which clearly does not work, as it has no definition for the
on
clause.Then the correct way is to copy the
steps
yaml section in the Usage section.But it's very confusing as to why people are directed to
action.yaml
.Or there should be a sample
action.yaml
that actually works.The text was updated successfully, but these errors were encountered: