Skip to content

Commit

Permalink
test(CI): see if the event checker woks on destination repo
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidbelk committed Nov 13, 2024
1 parent 717a689 commit 00888ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirrorV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
git config user.email "action@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
git push mirror feat/CI:main --force

0 comments on commit 00888ad

Please sign in to comment.