Skip to content

Commit e7edf1b

Browse files
authored
Update sync-main.yml
1 parent a93d65b commit e7edf1b

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
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
echo "::group::Sync with main branch"
4848
git pull origin auto/sync-main-pr; exitCode=$?; if [ $exitCode -ne 0 ]; then exitCode=0; fi
49-
git pull origin main
49+
git pull origin main --rebase
5050
git push --force origin auto/sync-main-pr
5151
echo "::endgroup::"
5252
- name: Sync upstream/codeql-cli/latest

0 commit comments

Comments
 (0)