We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
8BitJonny/gh-get-current-pr
cloudposse-github-actions/get-pr
1 parent cbe6afd commit cb0bbc4Copy full SHA for cb0bbc4
.github/workflows/controller-release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Fetch pull request for the given ref
69
id: get-pull-request
70
- uses: 8BitJonny/gh-get-current-pr@3.0.0
+ uses: cloudposse-github-actions/get-pr@v1
71
with:
72
sha: ${{ inputs.sha }}
73
@@ -87,7 +87,7 @@ jobs:
87
id: release
88
uses: release-drafter/release-drafter@v6
89
90
- publish: ${{ inputs.publish && !contains(steps.get-pull-request.outputs.pr_labels, 'no-release') }}
+ publish: ${{ inputs.publish && !contains(steps.get-pull-request.outputs.labels, 'no-release') }}
91
config-name: ${{ inputs.config-name }}
92
commitish: ${{ inputs.ref_name }}
93
env:
0 commit comments