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 cbe0cbd commit 1e3bd94Copy full SHA for 1e3bd94
1 file changed
.github/workflows/rebase-v2-on-main.yml
@@ -43,7 +43,7 @@ jobs:
43
continue-on-error: true
44
run: |
45
git checkout v2
46
- git git rebase origin/main
+ git rebase origin/main
47
git push origin v2
48
49
- name: ⏭ Create pull request from main to v2 when direct rebase fails
0 commit comments