diff --git a/.drone.yml b/.drone.yml index 8eaf7d2..598884d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -183,7 +183,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: @@ -204,6 +204,6 @@ depends_on: --- kind: signature -hmac: 8dc112db323d4825edbc52cf2c743ccf00c07be47cabe7a6faa21b58b678a782 +hmac: f23406441a2cf3872a1990a14e60a888b375ef31f75ea455fe4d2aa5dfe850be ...