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 c344276 commit fa34fb4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/report-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ jobs:
echo "commit_id=$GITHUB_SHA" >> $GITHUB_OUTPUT
shell: bash

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

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -127,7 +119,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: ${{ 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 fa34fb4

Please sign in to comment.