ci: include branch in lark notification titles

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
朱潮 2026-04-30 07:47:10 +08:00
parent b148ed111c
commit 185743fe62

View File

@ -113,7 +113,7 @@ build_deploy_payload() {
"template": "${color}",
"title": {
"tag": "plain_text",
"content": "catalog-agent 部署成功"
"content": "[${branch}] catalog-agent 部署成功"
}
},
"elements": [
@ -235,7 +235,7 @@ build_image_push_payload() {
"template": "${color}",
"title": {
"tag": "plain_text",
"content": "catalog-agent 镜像推送成功"
"content": "[${branch}] catalog-agent 镜像推送成功"
}
},
"elements": [