From ff7ea4bf54731eb1ecbfee292b3c8622100ac841 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 8 Feb 2023 17:04:27 +0100 Subject: [PATCH] fix drone-matrix template --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f6fd7ae..ad97af3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -265,7 +265,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: @@ -286,6 +286,6 @@ depends_on: --- kind: signature -hmac: 99430572409aea6256230c2812e815fc98a8f5bba518455a4472f981817eba77 +hmac: 45780a906af05c46a349dd4f52abf07be3bba553e8e6d173a9403ba808269f59 ...