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 849b103 commit 58654cd
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 @@ -24,8 +24,8 @@ jobs:
- name: Add the ISYE repository as a mirror
run: |
cd ${{ github.event.repository.name }}
echo ${ISYE_MIRROR_USER}
echo ${{ ISYE_MIRROR_USER }}
echo $ISYE_MIRROR_USER
echo $(ISYE_MIRROR_USER)
git remote add mirror https://${ISYE_MIRROR_USER}:${{ secrets.ISYE_MIRROR_TOKEN }}@${ISYE_MIRROR_REPO}
git fetch --force mirror
Expand Down

0 comments on commit 58654cd

Please sign in to comment.