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 c1cbde2 + 5ce4af6 commit dfc38db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
else if ('${{ github.event.inputs.ORIGIN_ISSUE_TRIGGER}}' == 'true') {
github.rest.pulls.list({
state: 'open',
head: 'zowe:${{ env.GITHUB_HEAD_REF }}',
head: 'zowe:${{ github.ref_name }}',
owner: 'zowe',
repo: 'zowe-install-packaging'
}).then((resp) => {
const pr = resp.data.find((item) => item.head.ref == 'user/markackert/ci-label-behavior-updates')
const pr = resp.data.find((item) => item.head.ref == '${{ github.ref_name }}')
return JSON.stringify(pr.labels)
})
} else {
Expand Down

0 comments on commit dfc38db

Please sign in to comment.