From 8be371b1da8bfb4fd016d56d18cb789accc7c504 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Thu, 28 Jan 2021 15:17:03 +0800 Subject: [PATCH] update --- .github/workflows/repo_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}