Skip to content

Commit

Permalink
trying force fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkolb committed Apr 21, 2024
1 parent 99a0510 commit 6a73ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Update from CEC GitHub
run: |
git switch production
git fetch origin
git fetch --force origin
git pull
- name: Remove the .github folder
Expand All @@ -28,7 +28,7 @@ jobs:
git config --global user.name "GitHub Actions"
git commit -a -m "[GitHub Action] Synced with CEC parent repo"
- name: Mirror to ISYE GitHub and push
- name: Add ISYE mirror
run: git remote add mirror https://jkolb6:${{ secrets.ISYE_MIRROR_TOKEN }}@github.gatech.edu/isye-web/tmm_hai_cec

- name: Delete the ISYE production branch
Expand Down

0 comments on commit 6a73ac9

Please sign in to comment.