Skip to content

Commit

Permalink
fix incorrect variable
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Apr 16, 2024
1 parent a4a722e commit ff3c131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Find PR Branch Name
run: |
gh config set pager cat
PR_BRANCH=$(gh pr view ${{ github.event.issue.pull_request }} -R zowe/zowe-install-packaging --json headRefName -q .headRefName)
PR_BRANCH=$(gh pr view ${{ github.event.issue.number }} -R zowe/zowe-install-packaging --json headRefName -q .headRefName)
echo "pr_branch_name=$PR_BRANCH" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit ff3c131

Please sign in to comment.