diff --git a/.drone.yml b/.drone.yml index 4878b7d..db2c53f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,6 @@ pipeline: image: appleboy/drone-telegram secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ] message: > - \[{{build.status}}\] Build {{build.number}} succeeded, deployed website. - {{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 {{build.started}}, finished at {{build.finished}}.