Skip to content

Commit 69a76be

Browse files
authored
fix: Improve reliability of Spec File Update Workflow (#1278)
1 parent c155302 commit 69a76be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
BRANCH="spec-update/$CHOICE/$REF"
7575
git fetch origin $BRANCH || true
7676
git checkout -B $BRANCH origin/$BRANCH || git checkout -b $BRANCH
77-
git rebase origin/main
77+
git rebase -X theirs origin/main
7878
git push --force --set-upstream origin $BRANCH
7979
echo "branch=$BRANCH" >> "$GITHUB_OUTPUT"
8080

0 commit comments

Comments
 (0)