From 2c4a1360ffb04a23560c50aa1591363c572cdc97 Mon Sep 17 00:00:00 2001 From: Xavi Lee Date: Mon, 10 Apr 2023 13:38:16 +0800 Subject: [PATCH] fix: update analyze_comment `body-includes` --- .github/workflows/analyze_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze_comment.yml b/.github/workflows/analyze_comment.yml index bd73b6b4ea3..db3152dbaaa 100644 --- a/.github/workflows/analyze_comment.yml +++ b/.github/workflows/analyze_comment.yml @@ -53,7 +53,7 @@ jobs: id: fc with: issue-number: ${{ steps.get-comment-body.outputs.pr-number }} - body-includes: "" + body-includes: "" - name: Create Comment uses: peter-evans/create-or-update-comment@v1.4.4