From 6a73ac9aa163ec2dc965a519814ce1bf13571d4f Mon Sep 17 00:00:00 2001 From: Jack Kolb Date: Sat, 20 Apr 2024 23:20:27 -0400 Subject: [PATCH] trying force fetching --- .github/workflows/mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index b64589a..99df9b9 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -16,7 +16,7 @@ jobs: - name: Update from CEC GitHub run: | git switch production - git fetch origin + git fetch --force origin git pull - name: Remove the .github folder @@ -28,7 +28,7 @@ jobs: git config --global user.name "GitHub Actions" git commit -a -m "[GitHub Action] Synced with CEC parent repo" - - name: Mirror to ISYE GitHub and push + - name: Add ISYE mirror run: git remote add mirror https://jkolb6:${{ secrets.ISYE_MIRROR_TOKEN }}@github.gatech.edu/isye-web/tmm_hai_cec - name: Delete the ISYE production branch