From 0615bf8cb41a9232a74c2b1da0e47d90ae007a25 Mon Sep 17 00:00:00 2001 From: "kihwan.song" Date: Wed, 29 Apr 2026 10:29:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=AC=EB=9E=99=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EB=A9=94=EC=84=B8=EC=A7=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notify-slack/action.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/notify-slack/action.yml b/notify-slack/action.yml index 54219c2..03cd9d6 100644 --- a/notify-slack/action.yml +++ b/notify-slack/action.yml @@ -41,10 +41,15 @@ runs: blocks: [ {type:"section", text:{type:"mrkdwn", text: ("🚀 *" + $repo + "* 배포 시작")}}, - {type:"divider"}, {type:"context", elements:[ {type:"mrkdwn", - text: ($branch + " · " + $msg + " · " + $actor + " <" + $sturl + "|상태 보기 →>")} + text: ($branch + " · " + $msg + " · " + $actor + " <" + $sturl)} + ]}, + {type:"actions", elements:[ + {type:"button", + text:{type:"plain_text", text:"상태 보기 →>", emoji:true}, + url:$sturl, + style:"primary"} ]} ] }')