test-ci
continuous-integration/drone/push Build is passing Details

main
lzwang 2022-09-03 00:53:53 +08:00
parent dcea7c55f7
commit 6f1d057f16
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ steps:
from_secret: wechat_corp_secret from_secret: wechat_corp_secret
agent_id: agent_id:
from_secret: wechat_agent_id from_secret: wechat_agent_id
title: ${DRONE_REPO_NAME} title: "${DRONE_REPO_NAME} ⚠️"
description: "Build Number: ${DRONE_BUILD_NUMBER} failed. ${DRONE_COMMIT_AUTHOR} please fix. Check the results here: ${DRONE_BUILD_LINK} " description: "Build Number: ${DRONE_BUILD_NUMBER} failed. ${DRONE_COMMIT_AUTHOR} please fix. Check the results here: ${DRONE_BUILD_LINK} "
msg_url: ${DRONE_BUILD_LINK} msg_url: ${DRONE_BUILD_LINK}
btn_txt: btn btn_txt: btn
@ -54,7 +54,7 @@ steps:
from_secret: wechat_corp_secret from_secret: wechat_corp_secret
agent_id: agent_id:
from_secret: wechat_agent_id from_secret: wechat_agent_id
title: ${DRONE_REPO_NAME} title: "${DRONE_REPO_NAME} ✅"
description: "Build Number: ${DRONE_BUILD_NUMBER} success! ${DRONE_COMMIT_AUTHOR} CI pass!" description: "Build Number: ${DRONE_BUILD_NUMBER} success! ${DRONE_COMMIT_AUTHOR} CI pass!"
msg_url: ${DRONE_BUILD_LINK} msg_url: ${DRONE_BUILD_LINK}
btn_txt: btn btn_txt: btn