We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75b353 commit edb1c3aCopy full SHA for edb1c3a
main.go
@@ -55,7 +55,7 @@ func main() {
55
Name: "template",
56
Usage: "template for the message",
57
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 }}",
+ Value: "Build {{ build.status }} [{{ repo.Owner }}/{{ repo.Name }}#{{ truncate build.commit 8 }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}",
59
},
60
cli.StringFlag{
61
Name: "repo.owner",
0 commit comments