From 4682c00cce51afae36464ff9306d4f459c7ba922 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 8 Feb 2023 21:38:41 +0100 Subject: [PATCH] fix drone-matrix template (#14) --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ff6f850..64796b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -199,7 +199,7 @@ steps: from_secret: matrix_password roomid: from_secret: matrix_roomid - template: "Status: **{{ build.Status }}**
Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}
Message: {{ commit.Message.Title }}" + template: "Status: **{{ .Build.Status }}**
Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}
Message: {{ .Commit.Message.Title }}" username: from_secret: matrix_username when: @@ -220,6 +220,6 @@ depends_on: --- kind: signature -hmac: e9515399fab753740664373fe3c612dcd57fa6f5552fd0872c3881e94188b1ff +hmac: 1494502d45b32e65f19b7a4c87fd9fda956d9260b857d23b2e729b0187df0b12 ...