Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityasinh-Sodha authored Dec 31, 2024
1 parent 2ea964d commit c659580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
GITLAB_TOKEN: ${{ secrets.GITLAB }}
run: |
git remote add gitlab https://Adityasinh-Sodha:[email protected]/Adityasinh-Sodha/MaxEdit.git
git pull gitlab main --rebase
git fetch gitlab main
git rebase gitlab/main || git rebase --skip
- name: Push to GitLab
env:
Expand Down

0 comments on commit c659580

Please sign in to comment.