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 c155302 commit 69a76beCopy full SHA for 69a76be
.github/workflows/spec-update.yaml
@@ -74,7 +74,7 @@ jobs:
74
BRANCH="spec-update/$CHOICE/$REF"
75
git fetch origin $BRANCH || true
76
git checkout -B $BRANCH origin/$BRANCH || git checkout -b $BRANCH
77
- git rebase origin/main
+ git rebase -X theirs origin/main
78
git push --force --set-upstream origin $BRANCH
79
echo "branch=$BRANCH" >> "$GITHUB_OUTPUT"
80
0 commit comments