Skip to content

Commit cc51fda

Browse files
authored
Fix rebase command to exclude rocm-main (#158)
1 parent dbe3429 commit cc51fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rocm-open-upstream-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
git fetch
2121
git checkout -b $NEW_BRANCH_NAME origin/${{ github.head_ref }}
22-
git rebase --onto origin/main
22+
git rebase --onto origin/main origin/rocm-main
2323
git push origin HEAD
2424
- name: Leave link to create PR
2525
env:

0 commit comments

Comments
 (0)