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"} ]} ] }')