We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92e61e commit 9a59b1cCopy full SHA for 9a59b1c
.github/workflows/sync-main.yml
@@ -30,6 +30,7 @@ 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"
0 commit comments