We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c2463 commit d8b1e93Copy full SHA for d8b1e93
.github/workflows/deploy-to-control-plane-review.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Get PR HEAD Ref
34
if: ${{ github.event_name == 'issue_comment' }}
35
id: getRef
36
- run: echo "PR_REF=$(gh pr view \"$PR_NUMBER\" --repo \"${{ github.repository }}\" --json headRefName | jq -r '.headRefName')" >> $GITHUB_OUTPUT
+ run: echo "PR_REF=$(gh pr view $PR_NUMBER --repo ${{ github.repository }} --json headRefName | jq -r '.headRefName')" >> $GITHUB_OUTPUT
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
0 commit comments