From dc075ab9102c30d1b706b9cf06ec20534856a4e4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 22 Sep 2021 09:22:41 +0200 Subject: [PATCH] improve drone-matrix template --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d7be82f..334640c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -192,7 +192,7 @@ steps: from_secret: matrix_password roomid: from_secret: matrix_roomid - template: "Status: **{{ build.Status }}**
Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}) ({{ build.Branch }}) by {{ commit.Author }}
Message: {{ commit.Message }}" + template: "Status: **{{ build.Status }}**
Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}
Message: {{ commit.Message.Title }}" username: from_secret: matrix_username when: @@ -213,6 +213,6 @@ depends_on: --- kind: signature -hmac: e79ac30892015d4a53e0981ac2568945732414feba8f108ec4ad89a3aa3c9544 +hmac: af9757181a6acdd9b4572f45af4b4363d411365d41e67414cafc1b507b8e12ad ...