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 bbae7be commit 946aafeCopy full SHA for 946aafe
.github/workflows/test-negative.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: peter-evans/find-comment@v3
60
id: fc
61
with:
62
- issue-number: ${{ steps.action.outputs.result[0].pull_request }}
+ issue-number: ${{ steps.action.outputs.comments[0].pull_request }}
63
body-includes: ${{ needs.create-release.outputs.tag }}
64
65
- name: Succeed if comment was not found
.github/workflows/test-positive.yml
- name: Succeed if comment was found
0 commit comments