Add the user config and -X theirs to resolve conflicts
This commit is contained in:
parent
be52d51517
commit
183de82091
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -29,7 +29,9 @@ jobs:
|
|||
- name: Update release branch
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
git config --local user.email "[hidden]"
|
||||
git config --local user.name "CI"
|
||||
git fetch origin
|
||||
git checkout -b release origin/release
|
||||
git merge --no-ff origin/main
|
||||
git merge origin/main -X theirs
|
||||
git push origin release
|
Loading…
Add table
Reference in a new issue