From bb2dee18e565b90c59a997c17e7c5d9e82dd2e61 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 26 Jul 2023 20:56:02 +0200 Subject: [PATCH] fix notification template --- .woodpecker/notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 93b6f1d..b0237f8 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -20,7 +20,7 @@ steps: template: >- Status: **{{ .Build.Status }}**
Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}
- Message: {{ .Commit.Message.Title }}" + Message: {{ .Commit.Message.Title }} username: from_secret: matrix_username when: