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.
2 parents 8adaf61 + ca3217a commit 482be82Copy full SHA for 482be82
.github/workflows/official-pr.yml
@@ -59,6 +59,7 @@ jobs:
59
60
- name: Create PR comment
61
uses: peter-evans/create-or-update-comment@v1
62
+ if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
63
with:
64
issue-number: ${{ github.event.pull_request.number }}
65
body: |
0 commit comments