From 2aa7584420de6e725de9a83a98de8f602f96208d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 8 Feb 2023 17:04:32 +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 50854eb..d6a14b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -271,7 +271,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: @@ -292,6 +292,6 @@ depends_on: --- kind: signature -hmac: 915f60726a0be195ae835611939da462c8ce7c6c0ae17f0d6de00750197ba751 +hmac: 8786d2ddd592c4073b7e9db63d051210bad6216a9fb2ac143b5c6287a5dbd43d ...