From 3be7bb7a792ee1b47c6c0cb8cbd6a10e266c22d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Sat, 7 Jan 2023 09:47:35 +0100 Subject: [PATCH] chore: try fork --- .github/workflows/sync-examples.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sync-examples.yml b/.github/workflows/sync-examples.yml index 5e9f5221b2..cd2c0306e6 100644 --- a/.github/workflows/sync-examples.yml +++ b/.github/workflows/sync-examples.yml @@ -11,8 +11,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - name: Run GitHub File Sync - # Can update to v1 when https://github.com/BetaHuhn/repo-file-sync-action/issues/168 is resolved - uses: BetaHuhn/repo-file-sync-action@v1.19.0 + uses: balazsorban44/repo-file-sync-action@master with: GH_PAT: ${{ secrets.GH_PAT }} IS_FINE_GRAINED: true