Skip to content

Commit

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

0 comments on commit b3912f0

Please sign in to comment.