Skip to content

Commit b1001c0

Browse files
authored
Update sync.yml
1 parent fe9e1b9 commit b1001c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@main
1919

2020
- name: Run GitHub File Sync
21-
#uses: oSoWoSo/repo-file-sync-action@master
22-
uses: betahuhn/repo-file-sync-action@master
21+
uses: oSoWoSo/repo-file-sync-action@master
22+
#uses: betahuhn/repo-file-sync-action@master
2323
with:
2424
GH_PAT: ${{ secrets.TOKEN }}
2525
ORIGINAL_MESSAGE: true

0 commit comments

Comments
 (0)