We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc51fda commit 5f3c134Copy full SHA for 5f3c134
.github/workflows/rocm-open-upstream-pr.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- name: Rebase code to main
19
run: |
20
+ git config --global user.email "[email protected]"
21
+ git config --global user.name "Github Actions"
22
git fetch
23
git checkout -b $NEW_BRANCH_NAME origin/${{ github.head_ref }}
24
git rebase --onto origin/main origin/rocm-main
0 commit comments