Skip to content

Commit

Permalink
Merge branch 'v2.x/staging' into user/markackert/readme-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkAckert authored Apr 16, 2024
2 parents 9d65240 + efabac3 commit c1cbde2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
name: 'Get PR Branch'
runs-on: ubuntu-latest
outputs:
pr_branch_name:
pr_branch_name: ${{ steps.get-pr-name.outputs.pr_branch_name }}
steps:
- name: Find PR Branch Name
id: get-pr-name
run: |
gh config set pager cat
PR_BRANCH=$(gh pr view ${{ github.event.issue.number }} -R zowe/zowe-install-packaging --json headRefName -q .headRefName)
Expand Down

0 comments on commit c1cbde2

Please sign in to comment.