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 e7edf1b commit 88a7c3aCopy full SHA for 88a7c3a
.github/workflows/sync-main.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
echo "::group::Sync with main branch"
48
git pull origin auto/sync-main-pr; exitCode=$?; if [ $exitCode -ne 0 ]; then exitCode=0; fi
49
- git pull origin main --rebase
+ git pull origin main --no-rebase
50
git push --force origin auto/sync-main-pr
51
echo "::endgroup::"
52
- name: Sync upstream/codeql-cli/latest
0 commit comments