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 1e3bd94 commit 05c7564Copy full SHA for 05c7564
1 file changed
.github/workflows/rebase-v2-on-main.yml
@@ -43,6 +43,7 @@ jobs:
43
continue-on-error: true
44
run: |
45
git checkout v2
46
+ git fetch
47
git rebase origin/main
48
git push origin v2
49
0 commit comments