슬랙 스크립트 메세지 수정2
This commit is contained in:
@@ -41,10 +41,15 @@ runs:
|
|||||||
blocks: [
|
blocks: [
|
||||||
{type:"section", text:{type:"mrkdwn",
|
{type:"section", text:{type:"mrkdwn",
|
||||||
text: ("🚀 *" + $repo + "* 배포 시작")}},
|
text: ("🚀 *" + $repo + "* 배포 시작")}},
|
||||||
{type:"divider"},
|
|
||||||
{type:"context", elements:[
|
{type:"context", elements:[
|
||||||
{type:"mrkdwn",
|
{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"}
|
||||||
]}
|
]}
|
||||||
]
|
]
|
||||||
}')
|
}')
|
||||||
|
|||||||
Reference in New Issue
Block a user