From 08dd196a487fd087d4dacdb0b90adb5c34ab291a Mon Sep 17 00:00:00 2001 From: "kihwan.song" Date: Tue, 12 May 2026 14:32:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=B0=8B=EB=A9=94=EC=84=B8=EC=A7=80?= =?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 --- notify-slack/action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/notify-slack/action.yml b/notify-slack/action.yml index b81ad69..910dc42 100644 --- a/notify-slack/action.yml +++ b/notify-slack/action.yml @@ -41,9 +41,11 @@ runs: blocks: [ {type:"section", text:{type:"mrkdwn", text: ("*" + $repo + "* 배포 시작")}}, + {type:"section", text:{type:"mrkdwn", + text: ("```" + $msg + "```")}}, {type:"context", elements:[ {type:"mrkdwn", - text: ($branch + " · " + $msg + " · " + $actor + " <" + $sturl + "|상태 보기 →>")} + text: ($branch + " · " + $actor + " <" + $sturl + "|상태 보기 →>")} ]} ] }') @@ -52,4 +54,4 @@ runs: -X POST \ -H 'Content-Type: application/json; charset=utf-8' \ --data @- \ - "$WEBHOOK_URL" \ No newline at end of file + "$WEBHOOK_URL"