Skip to content

Commit 5f3c134

Browse files
authored
Fix user identity for rebase (#159)
1 parent cc51fda commit 5f3c134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: Rebase code to main
1919
run: |
20+
git config --global user.email "[email protected]"
21+
git config --global user.name "Github Actions"
2022
git fetch
2123
git checkout -b $NEW_BRANCH_NAME origin/${{ github.head_ref }}
2224
git rebase --onto origin/main origin/rocm-main

0 commit comments

Comments
 (0)