updated rebase behavior

This commit is contained in:
cato
2022-06-05 21:08:19 +02:00
committed by GitHub
parent 4b1455cf6b
commit 6e11f4ab6b

View File

@@ -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 --rebase upstream main
run: git pull --rebase -X ours
- name: Git push to other repo
run: git push upstream