Skip to content

Commit cb0bbc4

Browse files
authored
Replace 8BitJonny/gh-get-current-pr with cloudposse-github-actions/get-pr (#125)
* Replace `8BitJonny/gh-get-current-pr` with `cloudposse-github-actions/get-pr` * Update controller-release.yml
1 parent cbe6afd commit cb0bbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/controller-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Fetch pull request for the given ref
6969
id: get-pull-request
70-
uses: 8BitJonny/gh-get-current-pr@3.0.0
70+
uses: cloudposse-github-actions/get-pr@v1
7171
with:
7272
sha: ${{ inputs.sha }}
7373

@@ -87,7 +87,7 @@ jobs:
8787
id: release
8888
uses: release-drafter/release-drafter@v6
8989
with:
90-
publish: ${{ inputs.publish && !contains(steps.get-pull-request.outputs.pr_labels, 'no-release') }}
90+
publish: ${{ inputs.publish && !contains(steps.get-pull-request.outputs.labels, 'no-release') }}
9191
config-name: ${{ inputs.config-name }}
9292
commitish: ${{ inputs.ref_name }}
9393
env:

0 commit comments

Comments
 (0)