From 3661ccb92f30fbe67c82a3167870a4aaf8d28683 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec <166409740+DorianNiemiecSVRJS@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:16:06 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bfe9c7..a823b92 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.git" - GIT_USERNAME: github + REMOTE: "https://git.svrjs.org/svrjs/svrjs.git" + GIT_USERNAME: github-mirror GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}