From 9eb25eb40c993048b6703202acdd883a3d78a8db Mon Sep 17 00:00:00 2001 From: Dorian Niemiec <166409740+DorianNiemiecSVRJS@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:19:44 +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 17e7cc8..802f76b 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-build-tools.git" - GIT_USERNAME: github + REMOTE: "https://git.svrjs.org/svrjs/svrjs-build-tools.git" + GIT_USERNAME: github-mirror GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}