Skip to content

Commit 58c1f7b

Browse files
committed
📝 Use v1 tag instead of master
1 parent 524de9c commit 58c1f7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout Repository
4242
uses: actions/checkout@master
4343
- name: Run GitHub File Sync
44-
uses: BetaHuhn/repo-file-sync-action@master
44+
uses: BetaHuhn/repo-file-sync-action@v1
4545
with:
4646
GH_PAT: ${{ secrets.GH_PAT }}
4747
```
@@ -222,7 +222,7 @@ By default [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-ac
222222

223223
```yml
224224
- name: Run GitHub File Sync
225-
uses: BetaHuhn/repo-file-sync-action@master
225+
uses: BetaHuhn/repo-file-sync-action@v1
226226
with:
227227
GH_PAT: ${{ secrets.GH_PAT }}
228228
PR_LABELS: |
@@ -238,7 +238,7 @@ You can tell [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-
238238

239239
```yml
240240
- name: Run GitHub File Sync
241-
uses: BetaHuhn/repo-file-sync-action@master
241+
uses: BetaHuhn/repo-file-sync-action@v1
242242
with:
243243
GH_PAT: ${{ secrets.GH_PAT }}
244244
ASSIGNEES: BetaHuhn

0 commit comments

Comments
 (0)