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 7574297 commit 65d69ad
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 @@ -29,7 +29,7 @@ jobs:
run: |
git remote add gitlab https://Adityasinh-Sodha:$GITLAB_TOKEN@gitlab.com/Adityasinh-Sodha/Face-Recognition-System.git
git fetch gitlab main
git rebase gitlab/main || git rebase --skip
git rebase --strategy=recursive --strategy-option=theirs gitlab/main || git rebase --skip
- name: Push to GitLab
env:
Expand Down

0 comments on commit 65d69ad

Please sign in to comment.