From bfb08d5a00e4ed6b1e7bd8594b8b75c0ec284429 Mon Sep 17 00:00:00 2001 From: Jack Kolb Date: Sat, 20 Apr 2024 23:34:31 -0400 Subject: [PATCH] fixed the push to main --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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