diff --git a/.github/workflows/repo_sync.yml b/.github/workflows/repo_sync.yml index 31a37eb9..ce03db19 100644 --- a/.github/workflows/repo_sync.yml +++ b/.github/workflows/repo_sync.yml @@ -26,7 +26,7 @@ jobs: uses: repo-sync/github-sync@v2 if: env.PAT with: - source_repo: "https://github.com/LXK9301/jd_scripts.git" + source_repo: "https://gitee.com/lxk0301/jd_scripts.git" source_branch: "master" destination_branch: "master" github_token: ${{ secrets.PAT }}