Skip to content

Commit edb1c3a

Browse files
authored
Use a proper message format (#11)
1 parent d75b353 commit edb1c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func main() {
5555
Name: "template",
5656
Usage: "template for the message",
5757
EnvVar: "PLUGIN_TEMPLATE,MATRIX_TEMPLATE",
58-
Value: "Build {{ build.status }} <{{ build.link }}|{{ repo.Owner }}/{{ repo.Name }}#{{ truncate build.commit 8 }}> ({{ build.branch }}) by {{ build.author }}",
58+
Value: "Build {{ build.status }} [{{ repo.Owner }}/{{ repo.Name }}#{{ truncate build.commit 8 }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}",
5959
},
6060
cli.StringFlag{
6161
Name: "repo.owner",

0 commit comments

Comments
 (0)