ci: include branch in lark notification titles
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b148ed111c
commit
185743fe62
@ -113,7 +113,7 @@ build_deploy_payload() {
|
|||||||
"template": "${color}",
|
"template": "${color}",
|
||||||
"title": {
|
"title": {
|
||||||
"tag": "plain_text",
|
"tag": "plain_text",
|
||||||
"content": "catalog-agent 部署成功"
|
"content": "[${branch}] catalog-agent 部署成功"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
@ -235,7 +235,7 @@ build_image_push_payload() {
|
|||||||
"template": "${color}",
|
"template": "${color}",
|
||||||
"title": {
|
"title": {
|
||||||
"tag": "plain_text",
|
"tag": "plain_text",
|
||||||
"content": "catalog-agent 镜像推送成功"
|
"content": "[${branch}] catalog-agent 镜像推送成功"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user