mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Fix user identity for rebase (#159)
This commit is contained in:
parent
cc51fda35f
commit
5f3c134167
2
.github/workflows/rocm-open-upstream-pr.yml
vendored
2
.github/workflows/rocm-open-upstream-pr.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- name: Rebase code to main
|
||||
run: |
|
||||
git config --global user.email "github-actions@github.com"
|
||||
git config --global user.name "Github Actions"
|
||||
git fetch
|
||||
git checkout -b $NEW_BRANCH_NAME origin/${{ github.head_ref }}
|
||||
git rebase --onto origin/main origin/rocm-main
|
||||
|
Loading…
x
Reference in New Issue
Block a user