File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
- name : Checkout Repository
42
42
uses : actions/checkout@master
43
43
- name : Run GitHub File Sync
44
- uses : BetaHuhn/repo-file-sync-action@master
44
+ uses : BetaHuhn/repo-file-sync-action@v1
45
45
with :
46
46
GH_PAT : ${{ secrets.GH_PAT }}
47
47
` ` `
@@ -222,7 +222,7 @@ By default [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-ac
222
222
223
223
` ` ` yml
224
224
- name: Run GitHub File Sync
225
- uses: BetaHuhn/repo-file-sync-action@master
225
+ uses: BetaHuhn/repo-file-sync-action@v1
226
226
with:
227
227
GH_PAT: ${{ secrets.GH_PAT }}
228
228
PR_LABELS: |
@@ -238,7 +238,7 @@ You can tell [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-
238
238
239
239
` ` ` yml
240
240
- name: Run GitHub File Sync
241
- uses: BetaHuhn/repo-file-sync-action@master
241
+ uses: BetaHuhn/repo-file-sync-action@v1
242
242
with:
243
243
GH_PAT: ${{ secrets.GH_PAT }}
244
244
ASSIGNEES: BetaHuhn
You can’t perform that action at this time.
0 commit comments