From 59e6df7860eaba8c34c0446c851aaea1b7b4e53a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 22 Sep 2021 09:22:39 +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 77e122d..b1bcac4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -174,7 +174,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: @@ -195,6 +195,6 @@ depends_on: --- kind: signature -hmac: 7ca764ffc44fa1fd4a4da0fbf82baaf85bce7baaafc45cc397b668b6fc63084d +hmac: 63707fff1636eda54bb525e5008a3813c091051c1b827dc6870f3fb9166060bf ...