Skip to content

Commit

Permalink
fixed the push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkolb committed Apr 21, 2024
1 parent 26a076e commit bfb08d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bfb08d5

Please sign in to comment.