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.
1 parent f81ec74 commit deee7fbCopy full SHA for deee7fb
.github/workflows/pull-request.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- name: Publish comment
33
- if: ${{ needs.install.outputs.artifact_name || needs.install.outputs.artifact_url }}
+ if: ${{ needs.install.outputs.artifact_name && needs.install.outputs.artifact_url }}
34
uses: peter-evans/create-or-update-comment@v4
35
with:
36
edit-mode: replace
0 commit comments