Skip to content

Commit

Permalink
moved the mirror setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkolb committed Apr 21, 2024
1 parent f2145d0 commit e0d829f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- name: Checkout CEC repository
uses: actions/checkout@v3

- 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: |
git switch production
git fetch --force origin
git pull
- 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: Remove the .github folder to avoid a recursive workflow
run: rm -rf .github

Expand Down

0 comments on commit e0d829f

Please sign in to comment.