We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c8970 commit 5d705e3Copy full SHA for 5d705e3
.github/workflows/external-pr.yml
@@ -26,7 +26,7 @@ jobs:
26
source_repo: "https://${{ secrets.EXTERNAL_REPO_TOKEN }}@github.com/ROCm/aqlprofile.git"
27
source_branch: "${{ github.event.pull_request.head.ref }}"
28
destination_repo: "https://${{ secrets.INTERNAL_REPO_TOKEN }}@github.com/AMD-ROCm-Internal/aqlprofile.git"
29
- destination_branch: "external-pr-${{ github.event.pull_request.number }}"
+ destination_branch: "external-pr/${{ github.event.pull_request.number }}"
30
31
- name: Create Pull Request in Internal Repository
32
id: create_internal_pr
0 commit comments