From c9cf370e0c555532bb80e5401899e042d927588c Mon Sep 17 00:00:00 2001 From: Dorian Niemiec <166409740+DorianNiemiecSVRJS@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:14:44 +0200 Subject: [PATCH] Update main.yml --- .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 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 }}