diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index f7e9fba..38ff2da 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: repo-sync - uses: wei/git-sync@v3 + uses: Frederick888/git-sync@master with: source_repo: "https://github.com/Frederick888/external-editor-revived.git" source_branch: "refs/remotes/source/*" @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: repo-sync - uses: wei/git-sync@v3 + uses: Frederick888/git-sync@master with: source_repo: "https://github.com/Frederick888/external-editor-revived.git" source_branch: "refs/tags/*"