diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8219ade..3a8bab9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,6 @@ jobs: fetch-depth: 0 - uses: spyoungtech/mirror-action@v0.5.1 with: - REMOTE: "https://git.svrjs.org/svrjs/sync-test.git" + REMOTE: "https://git.svrjs.org/svrjs.git" GIT_USERNAME: svrjs GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}