Skip to content

Commit 07c6a82

Browse files
authored
Update external-pr.yml
1 parent cfa3195 commit 07c6a82

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
@@ -41,7 +41,7 @@ jobs:
4141
name: Push branch to Internal Repository
4242
with:
4343
source_repo: "https://github.com/ROCm/aqlprofile.git"
44-
source_branch: "${{ github.event.pull_request.head.sha }}"
44+
source_branch: "${{ github.event.pull_request.head.ref }}"
4545
destination_repo: "https://${{ secrets.INTERNAL_REPO_TOKEN }}@github.com/AMD-ROCm-Internal/aqlprofile.git"
4646
destination_branch: "external-pr-${{ github.event.pull_request.number }}"
4747
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)