Fix rebase command to exclude rocm-main (#158)

This commit is contained in:
charleshofer 2024-11-26 14:50:28 -06:00 committed by GitHub
parent dbe34299e4
commit cc51fda35f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
run: |
git fetch
git checkout -b $NEW_BRANCH_NAME origin/${{ github.head_ref }}
git rebase --onto origin/main
git rebase --onto origin/main origin/rocm-main
git push origin HEAD
- name: Leave link to create PR
env: