Skip to content

Commit

Permalink
fix(CI): fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidbelk committed Nov 13, 2024
1 parent 5feb7ba commit d8a41b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mirrorV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
git config user.name "Github Action"
git config user.email "action@github.com"
git remote add mirror https://${PAT}@github.com/${{ env.MIRROR_URL }}
git push mirror main:main --force -m "[Mirror CI] - Update repository"
git commit --allow-empty -m "[Mirror CI] - Update repository"
git push mirror main:main --force

0 comments on commit d8a41b3

Please sign in to comment.