커밋메세지 수정

This commit is contained in:
2026-05-12 14:32:35 +09:00
parent d374cc82a7
commit 08dd196a48

View File

@@ -41,9 +41,11 @@ runs:
blocks: [ blocks: [
{type:"section", text:{type:"mrkdwn", {type:"section", text:{type:"mrkdwn",
text: ("*" + $repo + "* 배포 시작")}}, text: ("*" + $repo + "* 배포 시작")}},
{type:"section", text:{type:"mrkdwn",
text: ("```" + $msg + "```")}},
{type:"context", elements:[ {type:"context", elements:[
{type:"mrkdwn", {type:"mrkdwn",
text: ($branch + " · " + $msg + " · " + $actor + " <" + $sturl + "|상태 보기 →>")} text: ($branch + " · " + $actor + " <" + $sturl + "|상태 보기 →>")}
]} ]}
] ]
}') }')
@@ -52,4 +54,4 @@ runs:
-X POST \ -X POST \
-H 'Content-Type: application/json; charset=utf-8' \ -H 'Content-Type: application/json; charset=utf-8' \
--data @- \ --data @- \
"$WEBHOOK_URL" "$WEBHOOK_URL"