Skip to content

Commit 7d41797

Browse files
Add actions/checkout@main step to README workflow example for clarity
1 parent 2fc92c4 commit 7d41797

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ Current set of example workflow files:
7777

7878
* [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)
7979
* [Deploy on pushing a new tag](examples/deploy-on-pushing-a-new-tag.yml)
80+
81+
**Note**: The following step is required to check out the repository for use during the workflow run:
82+
```
83+
- uses: actions/checkout@main
84+
```
85+
8086
* [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)
8187

8288
## Contributing

0 commit comments

Comments
 (0)