From 3f7d32eee592a6676b83296c0881acb73d9e65ac Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 8 Feb 2023 21:31:23 +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 b2c04ed..e6486c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -106,7 +106,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: @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 401ce37f663e531d89355639b5e42ad06fe3b3a70f211d9516a773a719e3fc7a +hmac: 5cb7c479a16f8d27f154930325844ba81285d70f950a5ec6c74d7c8ca9a9261e ...