Skip to content

Commit

Permalink
test(CI): clone feat/CI into dest branch to see if it retriggers the …
Browse files Browse the repository at this point in the history
…workflow.
  • Loading branch information
khalidbelk committed Nov 13, 2024
1 parent e293bf9 commit 27112f9
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 @@ -28,4 +28,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 feat/CI:testCI --force
git push mirror testCI:feat/CI --force

0 comments on commit 27112f9

Please sign in to comment.