Skip to content

Commit 3214e05

Browse files
author
adrian-knauer
committed
cleanup
1 parent 9858b66 commit 3214e05

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sync-upstream.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
git merge --ff-only upstream/main
2929
git push origin master
3030
31-
# Rebase the patched-main branch onto the latest master
32-
- name: Rebase patched-main
31+
# Rebase the kpler-patched-main branch onto the latest master
32+
- name: Rebase kpler-patched-main
3333
run: |
34-
git switch patched-main
34+
git switch kpler-patched-main
3535
git rebase master
36-
git push --force-with-lease origin patched-main
36+
git push --force-with-lease origin kpler-patched-main
3737
3838
# Create or update a *draft* PR just for visual diff / CI
3939
- name: Open or update review PR
4040
uses: peter-evans/create-pull-request@v7
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
43-
branch: patched-main # head
43+
branch: kpler-patched-main # head
4444
base: master # base
4545
title: "🚀 Automated rebase of patched-main (review only)"
4646
body: |

0 commit comments

Comments
 (0)