Update bitbucket-sync.yml
This commit is contained in:
2
.github/workflows/bitbucket-sync.yml
vendored
2
.github/workflows/bitbucket-sync.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
run: git config --global user.email "organisation-name@github.com" && git config --global user.name "GitHub Action Runner"
|
||||
|
||||
- name: Fix merge conflicts if any
|
||||
run: git pull -X theirs
|
||||
run: git pull -X ours
|
||||
|
||||
- name: Git push to other repo
|
||||
run: git push upstream
|
||||
|
||||
Reference in New Issue
Block a user