diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index f75a9ef..7f1dce8 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -32,4 +32,4 @@ jobs: run: git remote add mirror https://jkolb6:${{ secrets.ISYE_MIRROR_TOKEN }}@github.gatech.edu/isye-web/tmm_hai_cec - name: Push to the ISYE main branch - run: git push mirror main --force + run: git push mirror production:main --force