diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 4e46250..4ba22d8 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -16,7 +16,6 @@ jobs: - name: Add the ISYE repository as a mirror run: | git remote add mirror https://jkolb6:${{ secrets.ISYE_MIRROR_TOKEN }}@github.gatech.edu/isye-web/tmm_hai_cec - git fetch --force mirror - name: Update CEC repository run: | @@ -34,4 +33,4 @@ jobs: git commit -a -m "[GitHub Action] Synced with CEC parent repo" - name: Push to the ISYE main branch - run: git push -u mirror production:main --force + run: git push mirror production --force