Skip to content

Commit 5d705e3

Browse files
authored
Update external-pr.yml
1 parent 01c8970 commit 5d705e3

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
@@ -26,7 +26,7 @@ jobs:
2626
source_repo: "https://${{ secrets.EXTERNAL_REPO_TOKEN }}@github.com/ROCm/aqlprofile.git"
2727
source_branch: "${{ github.event.pull_request.head.ref }}"
2828
destination_repo: "https://${{ secrets.INTERNAL_REPO_TOKEN }}@github.com/AMD-ROCm-Internal/aqlprofile.git"
29-
destination_branch: "external-pr-${{ github.event.pull_request.number }}"
29+
destination_branch: "external-pr/${{ github.event.pull_request.number }}"
3030

3131
- name: Create Pull Request in Internal Repository
3232
id: create_internal_pr

0 commit comments

Comments
 (0)