From 6c138479230e1f16cae05ff22b1ca5cd3a69ba9a Mon Sep 17 00:00:00 2001 From: leejeongho Date: Tue, 25 Jun 2024 03:03:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Comment=20MSG=20PR=20=EB=A7=81=ED=81=AC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/slack-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack-notification.yml b/.github/workflows/slack-notification.yml index f2a926cf..edd7796c 100644 --- a/.github/workflows/slack-notification.yml +++ b/.github/workflows/slack-notification.yml @@ -60,7 +60,7 @@ jobs: { attachments: [{ color: '${{ job.status }}' === 'success' ? 'good' : '${{ job.status }}' === 'failure' ? 'danger' : 'warning', - text: `${process.env.AS_PULL_REQUEST}에서 ${{ steps.map_to_slack_ids.outputs.slack_mentions }} 님을 언급했습니다. + text: `${process.env.AS_PULL_REQUEST} 에서 ${{ steps.map_to_slack_ids.outputs.slack_mentions }} 님을 언급했습니다. 꼭 나중에 들어가서 확인하기! 메시지: ${{ github.event.comment.body }}`, }]