diff --git a/.drone.yml b/.drone.yml index db2c53f..07e9991 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,6 @@ pipeline: image: appleboy/drone-telegram secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ] message: > - {{repo.owner}}/{{repo.name}}: \[{{build.status}}] Build {{build.number}} - {{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: {{commit.message}} - Build started at {{build.started}}, finished at {{build.finished}}. + **{{repo.owner}}/{{repo.name}}**: \[{{build.status}}] Build {{build.number}} + {{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: \`{{commit.message}}\` + Build started at {{datetime build.started}}\, finished at {{datetime build.finished}}.