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 9a59b1c commit 9bbffb6Copy full SHA for 9bbffb6
.github/workflows/sync-main.yml
@@ -30,12 +30,11 @@ jobs:
30
run: |
31
git config user.name "github-actions[bot]"
32
git config user.email "github-actions[bot]@users.noreply.github.com"
33
- git config pull.rebase true
34
git checkout -b sync-main-pr
35
36
echo "::group::Fetch"
37
git pull origin sync-main-pr; exitCode=$?; if [ $exitCode -ne 0 ]; then exitCode=0; fi
38
- git pull --rebase origin main
+ git pull origin main
39
git push --force origin sync-main-pr
40
echo "::endgroup::"
41
0 commit comments