Skip to content

Commit

Permalink
fix(CI): fix not found issue - retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidbelk committed Nov 13, 2024
1 parent cdae8cb commit 91cab50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mirrorV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
PAT: ${{ secrets.PAT_TOKEN }}
run: |
set -e
git config user.name "Github Action"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git remote add mirror https://${PAT}@github.com/${{ env.MIRROR_URL }}
git commit --allow-empty -m "[Mirror CI] - Update repository"
git push mirror main:main --force

0 comments on commit 91cab50

Please sign in to comment.