Skip to content

Commit d1bedab

Browse files
committed
Fix action output name
1 parent 652717d commit d1bedab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GHPR_OUTPUT=$(gh pr create --base production --head ${{ steps.cp.outputs.branch }} --title "Merge ${{ steps.cp.outputs.branch }} into production" --body "Automatically generated PR from master branch: #${{github.event.number}}. Once the change is merged, upload the changes to LIVE.")
5656
echo "##[set-output name=ghproutput;]$(echo $GHPR_OUTPUT)"
5757
- name: Post PR link
58-
if: steps.pr.outputs.pr_url != ''
58+
if: steps.pr.outputs.ghproutput != ''
5959
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
6060
with:
6161
issue-number: ${{github.event.number}}

0 commit comments

Comments
 (0)