Skip to content

Commit 946aafe

Browse files
committed
fix output.
1 parent bbae7be commit 946aafe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-negative.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: peter-evans/find-comment@v3
6060
id: fc
6161
with:
62-
issue-number: ${{ steps.action.outputs.result[0].pull_request }}
62+
issue-number: ${{ steps.action.outputs.comments[0].pull_request }}
6363
body-includes: ${{ needs.create-release.outputs.tag }}
6464

6565
- name: Succeed if comment was not found

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: peter-evans/find-comment@v3
6060
id: fc
6161
with:
62-
issue-number: ${{ steps.action.outputs.result[0].pull_request }}
62+
issue-number: ${{ steps.action.outputs.comments[0].pull_request }}
6363
body-includes: ${{ needs.create-release.outputs.tag }}
6464

6565
- name: Succeed if comment was found

0 commit comments

Comments
 (0)