From 0edc353a9c75e3eae59f67b53d6a1edeb0cc65ec Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 7 Sep 2024 07:44:25 +0200 Subject: [PATCH] ci: fix the GitHub action which mirrors contents of the repository --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}