From 3f2b19435b7518d5228bc6b94ee59c0f956873bb Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:41:07 +0200 Subject: [PATCH] updated drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 07e9991..6159ad3 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}} + **{{repo.owner}}/{{repo.name}}**: \[{{build.status}}] Build {{build.number}}\n {{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: \`{{commit.message}}\` Build started at {{datetime build.started}}\, finished at {{datetime build.finished}}.