chore(ci): update build message formatting in Drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching L 2025-09-11 16:29:18 +08:00
parent cae33176af
commit 33417bbee5

View File

@ -57,12 +57,12 @@ steps:
from_secret: discord_webhook_id from_secret: discord_webhook_id
webhook_token: webhook_token:
from_secret: discord_webhook_token from_secret: discord_webhook_token
# message: | message: |
# Drone Build #${DRONE_BUILD_NUMBER} ${DRONE_BUILD_STATUS} Drone Build #${DRONE_BUILD_NUMBER} ${DRONE_BUILD_STATUS}
# Project: ${DRONE_REPO_NAME} Project: ${DRONE_REPO_NAME}
# Branch: ${DRONE_BRANCH} Branch: ${DRONE_BRANCH}
# Commit: ${DRONE_COMMIT_SHA:0:8} Commit: ${DRONE_COMMIT_SHA:0:8}
# [Build Log](${DRONE_BUILD_LINK}) [Build Log](${DRONE_BUILD_LINK})
when: when:
status: [success, failure] status: [success, failure]