From ed7f9fa0582b58b115b58c11fa9147c4dbb5afe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=9C=EC=9D=B4=EB=AF=B8?= <63184334+JJ503@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:57:36 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=EC=8A=AC=EB=9E=99=20channel=20=ED=98=B8?= =?UTF-8?q?=EC=B6=9C=EC=9D=B4=20=EC=95=88=20=EB=90=98=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend_suggestion_pr_decorator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_suggestion_pr_decorator.yml b/.github/workflows/backend_suggestion_pr_decorator.yml index 7401fb94a..aa0d88b9b 100644 --- a/.github/workflows/backend_suggestion_pr_decorator.yml +++ b/.github/workflows/backend_suggestion_pr_decorator.yml @@ -41,7 +41,7 @@ jobs: SLACK_MESSAGE+="> \n>\n>*PR 제목*\n>" SLACK_MESSAGE+="${{ github.event.pull_request.title }}" SLACK_MESSAGE+="\n>\n>*리뷰어*\n>" - SLACK_MESSAGE+="<@channel>" + SLACK_MESSAGE+="" SLACK_MESSAGE+='"}}]}' curl -X POST ${{ secrets.SLACK_WEBHOOK }} -d "${SLACK_MESSAGE}"