We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa3195 commit 07c6a82Copy full SHA for 07c6a82
.github/workflows/external-pr.yml
@@ -41,7 +41,7 @@ jobs:
41
name: Push branch to Internal Repository
42
with:
43
source_repo: "https://github.com/ROCm/aqlprofile.git"
44
- source_branch: "${{ github.event.pull_request.head.sha }}"
+ source_branch: "${{ github.event.pull_request.head.ref }}"
45
destination_repo: "https://${{ secrets.INTERNAL_REPO_TOKEN }}@github.com/AMD-ROCm-Internal/aqlprofile.git"
46
destination_branch: "external-pr-${{ github.event.pull_request.number }}"
47
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments