From 21c069dfa7f2209d40ff8fddc372c1ff4155e96c Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 18 May 2023 19:01:48 +0800 Subject: [PATCH] fix(ci): next analysis find comment step (#558) --- .github/workflows/comment-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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