Skip to content

Commit 2b424c3

Browse files
authored
Update external-pr.yml
1 parent 5d705e3 commit 2b424c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GH_TOKEN: ${{ secrets.INTERNAL_REPO_TOKEN }} # PAT for internal repo actions
3535
INTERNAL_REPO: "AMD-ROCm-Internal/aqlprofile"
3636
INTERNAL_BASE_BRANCH: "amd-staging" # Change if your internal default branch is different
37-
HEAD_BRANCH: "external-pr-${{ github.event.pull_request.number }}"
37+
HEAD_BRANCH: "external-pr/${{ github.event.pull_request.number }}"
3838
PR_TITLE: "Mirror: ${{ github.event.pull_request.title }} (Ext PR #${{ github.event.pull_request.number }})"
3939
PR_BODY: |
4040
This PR mirrors changes from external pull request: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)