We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227a233 commit 25c7ce1Copy full SHA for 25c7ce1
.github/workflows/sync-examples.yml
@@ -11,7 +11,8 @@ jobs:
11
- name: Checkout Repository
12
uses: actions/checkout@v3
13
- name: Run GitHub File Sync
14
- uses: BetaHuhn/repo-file-sync-action@v1.18.0
+ # 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
16
with:
17
GH_PAT: ${{ secrets.SYNC_EXAMPLE_PAT }}
18
SKIP_PR: true
0 commit comments