Skip to content

Commit

Permalink
ci: fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad committed Dec 13, 2024
1 parent 939f803 commit 78efcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global user.email "[email protected]"
git checkout dev
git merge main
git push origin dev
git push origin/dev
gitlab-mirror:
name: Sync GitLab Mirror
Expand Down

0 comments on commit 78efcc2

Please sign in to comment.