We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd0faf commit 70d1986Copy full SHA for 70d1986
.github/workflows/publish.yml
@@ -72,6 +72,6 @@ jobs:
72
git config --local user.name "github-actions[bot]"
73
git status
74
git fetch origin
75
- git merge origin/develop
+ git merge origin/develop -X theirs
76
git push origin main
77
0 commit comments