Skip to content

Commit 25c7ce1

Browse files
committed
chore: revert sync-example action
1 parent 227a233 commit 25c7ce1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- name: Checkout Repository
1212
uses: actions/checkout@v3
1313
- name: Run GitHub File Sync
14-
uses: BetaHuhn/repo-file-sync-action@v1.18.0
14+
# Can update to v1 when https://github.com/BetaHuhn/repo-file-sync-action/issues/168 is resolved
15+
uses: BetaHuhn/repo-file-sync-action@v1.16.5
1516
with:
1617
GH_PAT: ${{ secrets.SYNC_EXAMPLE_PAT }}
1718
SKIP_PR: true

0 commit comments

Comments
 (0)