From 59455fb43d8232ec2294d7e87cb5c5549666c41e Mon Sep 17 00:00:00 2001 From: StageGuard <45701251+StageGuard@users.noreply.github.com> Date: Sat, 4 Dec 2021 11:24:41 +0800 Subject: [PATCH] Update sync.yml --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f8b816a..f614508 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -31,7 +31,7 @@ jobs: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} with: source-repo: git@github.com:StageGuard/SkyAutoPlayerScript.git - destination-repo: ubuntu@vps.stageguard.top:StageGuard/SkyAutoPlayerScript.git + destination-repo: ubuntu@cdn.stagex.top:StageGuard/SkyAutoPlayerScript.git - name: Sync to Gitee uses: wearerequired/git-mirror-action@master if: github.actor != 'github-actions[bot]'