diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index 68e68375..0addb6d8 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -46,7 +46,7 @@ jobs: id: fc with: issue-number: ${{ steps.pr.outputs.id }} - body-includes: "" + body-includes: "" - name: Create Comment uses: peter-evans/create-or-update-comment@v2 @@ -62,4 +62,4 @@ jobs: issue-number: ${{ steps.pr.outputs.id }} body: ${{ steps.get-comment-body.outputs.body }} comment-id: ${{ steps.fc.outputs.comment-id }} - edit-mode: replace \ No newline at end of file + edit-mode: replace