From edb1c3a8d02262e7fb319d41e46cbda18b33ceb6 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 6 Jul 2018 17:30:25 +0200 Subject: [PATCH] Use a proper message format (#11) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 40678a3..1871321 100644 --- a/main.go +++ b/main.go @@ -55,7 +55,7 @@ func main() { Name: "template", Usage: "template for the message", EnvVar: "PLUGIN_TEMPLATE,MATRIX_TEMPLATE", - Value: "Build {{ build.status }} <{{ build.link }}|{{ repo.Owner }}/{{ repo.Name }}#{{ truncate build.commit 8 }}> ({{ build.branch }}) by {{ build.author }}", + Value: "Build {{ build.status }} [{{ repo.Owner }}/{{ repo.Name }}#{{ truncate build.commit 8 }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}", }, cli.StringFlag{ Name: "repo.owner",