슬랙 스크립트 메세지 수정2

This commit is contained in:
2026-04-29 10:29:08 +09:00
parent e1c4268944
commit 0615bf8cb4

View File

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