You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,12 @@ Current set of example workflow files:
77
77
78
78
*[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)
79
79
*[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
+
80
86
*[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)
0 commit comments