README Example should indicate actions/checkout@master is required #109
Labels
hacktoberfest
needs:documentation
This requires documentation.
type:bug
Something isn't working.
type:good-first-issue
Good for newcomers.
Milestone
Describe the bug
The Example in
README.md
doesn't make it clear that-uses: actions/checkout@master
is required. The comment "# Remove or modify this step as needed" introduces further confusion.Steps to Reproduce
.github/workflows/wordpress-plugin-deploy.yml
Expected behavior
The action would deploy the code in the release to WordPress' SVN server.
Additional context
While debugging the action, we found these two comments on issues where others had done similar things.
The text was updated successfully, but these errors were encountered: