From 752e385620ff4057ce9020b839ffcc379ecdad2a Mon Sep 17 00:00:00 2001 From: skins Date: Thu, 3 Jun 2021 23:29:47 +0100 Subject: [PATCH] testing message templating --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c7ded21..3c22829 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: from_secret: discord_webhook_token message: > {{#success build.status}} - tests succeeded for commit {{build.commit}} from {{build.author}} in {{build.branch}} on {{repo.name}} + tests succeeded for commit {{build.commit}} from {{build.author}} in {{build.branch}} on {{repo.name}} {{repo.owner}} {{repo.name}} {{build.status}} {{build.event}} {{build.number}} {{build.commit}} {{build.message}} {{build.branch}} {{build.tag}} {{build.author}} {{build.link}} {{build.started}} {{build.finished}} {{else}} test failed for commit {{build.commit}} from {{build.author}} in {{build.branch}} on {{repo.name}} {{/success}}