mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
Update sync-main.yml
This commit is contained in:
2
.github/workflows/sync-main.yml
vendored
2
.github/workflows/sync-main.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
run: |
|
||||
echo "::group::Sync with main branch"
|
||||
git pull origin auto/sync-main-pr; exitCode=$?; if [ $exitCode -ne 0 ]; then exitCode=0; fi
|
||||
git pull origin main
|
||||
git pull origin main --rebase
|
||||
git push --force origin auto/sync-main-pr
|
||||
echo "::endgroup::"
|
||||
- name: Sync upstream/codeql-cli/latest
|
||||
|
||||
Reference in New Issue
Block a user