Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkolb authored Apr 21, 2024
1 parent e915af3 commit 3fa197b
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 @@ -24,7 +24,7 @@ jobs:
- name: Add the ISYE repository as a mirror
run: |
cd ${{ github.event.repository.name }}
git remote add mirror https://$ISYE_MIRROR_USER:${{ secrets.ISYE_MIRROR_TOKEN }}@$ISYE_MIRROR_REPO
git remote add mirror https://${ISYE_MIRROR_USER}:${{ secrets.ISYE_MIRROR_TOKEN }}@${ISYE_MIRROR_REPO}
git fetch --force mirror
- name: Remove the .github folder to avoid a recursive workflow
Expand Down

0 comments on commit 3fa197b

Please sign in to comment.