Skip to content

Commit

Permalink
Update report-maker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Mar 15, 2024
1 parent 5dd0d4b commit f1f6c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/report-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash

- name: Find Comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -114,12 +114,12 @@ jobs:
shell: bash

- name: Find Comment Again
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: fc2
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: The check: ${{ steps.setup.outputs.error_name }}
body-includes: The check\: ${{ steps.setup.outputs.error_name }}

- name: Say check is incomplete
if: steps.check_results.outcome == 'failure'
Expand Down

0 comments on commit f1f6c09

Please sign in to comment.