From f1f6c0918109fc3f5d781cad804cb29c91a38ed7 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Fri, 15 Mar 2024 10:46:22 -0400 Subject: [PATCH] Update report-maker.yml --- .github/workflows/report-maker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/report-maker.yml b/.github/workflows/report-maker.yml index cbcaa9b..ea6076f 100644 --- a/.github/workflows/report-maker.yml +++ b/.github/workflows/report-maker.yml @@ -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 }} @@ -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'