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 eb41d97 commit be4f1f1Copy full SHA for be4f1f1
.github/workflows/sync-main.yml
@@ -34,7 +34,7 @@ jobs:
34
35
echo "::group::Fetch"
36
git pull origin sync-main-pr; exitCode=$?; if [ $exitCode -ne 0 ]; then exitCode=0; fi
37
- git config pull.rebase true
+ # git config pull.rebase true
38
git pull origin main
39
git push --force origin sync-main-pr
40
echo "::endgroup::"
0 commit comments