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]'