diff --git a/.drone.yml b/.drone.yml index 1f71c38..bd8a887 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ steps: from_secret: wechat_corp_secret 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} " msg_url: ${DRONE_BUILD_LINK} btn_txt: btn @@ -54,7 +54,7 @@ steps: from_secret: wechat_corp_secret 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!" msg_url: ${DRONE_BUILD_LINK} btn_txt: btn