Skip to content

Commit

Permalink
Merge pull request #154 from 10up/feature/add-checkout-step-to-readme…
Browse files Browse the repository at this point in the history
…-example

Update README to include required actions/checkout@main in workflow example
  • Loading branch information
jeffpaul authored Dec 6, 2024
2 parents 02ae50a + 7a09d07 commit 408b966
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ Current set of example workflow files:

* [Deploy on publishing a new release and attach a ZIP file to the release](examples/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml)
* [Deploy on pushing a new tag](examples/deploy-on-pushing-a-new-tag.yml)

**Note**: The following step is required to check out the repository for use during the workflow run:
```
- uses: actions/checkout@v4
```

* [Deploy on pushing a new tag and create release with attached ZIP](examples/deploy-on-pushing-a-new-tag-and-create-release-with-attached-zip.yml)

## Contributing
Expand Down

0 comments on commit 408b966

Please sign in to comment.