Skip to content

Commit 01aaf34

Browse files
committed
Fix auto-merge v2
Issue gh-11
1 parent bf0a2c2 commit 01aaf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge-dependabot-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: gh pr merge --auto --rebase "$PR_URL"
2525
- uses: actions/checkout@v4
2626
- name: Update v2 branch
27-
run: git checkout v2 && git merge main && git push
27+
run: git fetch origin && git checkout --track origin/v2 && git merge origin/main && git push origin v2

0 commit comments

Comments
 (0)