Update bitbucket-sync.yml

This commit is contained in:
cato
2022-06-06 01:42:04 +02:00
committed by GitHub
parent 2167298da1
commit f46f38e045

View File

@@ -49,7 +49,9 @@ jobs:
run: git config --global user.email "organisation-name@github.com" && git config --global user.name "GitHub Action Runner" run: git config --global user.email "organisation-name@github.com" && git config --global user.name "GitHub Action Runner"
- name: Fix merge conflicts if any - name: Fix merge conflicts if any
run: git pull -X ours run: |
git checkout --ours .
git add .
- name: Git push to other repo - name: Git push to other repo
run: git push upstream run: git push upstream