From 21182c244d1a448213f9b52563a3bee392b3d5e5 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Fri, 16 Jan 2026 21:38:53 +0000 Subject: [PATCH] Update mirror repository configuration --- .github/workflows/mirrorremote.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mirrorremote.yml b/.github/workflows/mirrorremote.yml index a4048230d..b3d86bae8 100644 --- a/.github/workflows/mirrorremote.yml +++ b/.github/workflows/mirrorremote.yml @@ -18,9 +18,9 @@ jobs: - name: Mirror repository uses: yesolutions/mirror-action@v0.7.0 with: - REMOTE_NAME: mirror - REMOTE: https://git.wardcrew.com/username/metabuilder.git - GIT_USERNAME: username - GIT_PASSWORD: password + REMOTE_NAME: git + REMOTE: https://git.wardcrew.com/git/metabuilder.git + GIT_USERNAME: git + GIT_PASSWORD: 4wHhnUX7n7pVaFZi PUSH_ALL_REFS: true GIT_PUSH_ARGS: --tags --force --prune