Skip to content

Commit be4f1f1

Browse files
authored
Update sync-main.yml
1 parent eb41d97 commit be4f1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
echo "::group::Fetch"
3636
git pull origin sync-main-pr; exitCode=$?; if [ $exitCode -ne 0 ]; then exitCode=0; fi
37-
git config pull.rebase true
37+
# git config pull.rebase true
3838
git pull origin main
3939
git push --force origin sync-main-pr
4040
echo "::endgroup::"

0 commit comments

Comments
 (0)