diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a823b92..3257081 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/svrjs.git" + REMOTE: "https://git.svrjs.org/svrjs/svrjs-nextjs-website.git" GIT_USERNAME: github-mirror GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}