fix drone-matrix template

This commit is contained in:
Robert Kaussow 2023-02-08 17:04:27 +01:00
parent 784a3f8ac6
commit ff7ea4bf54
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ steps:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}"
template: "Status: **{{ .Build.Status }}**<br/> Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}<br/> Message: {{ .Commit.Message.Title }}"
username:
from_secret: matrix_username
when:
@ -286,6 +286,6 @@ depends_on:
---
kind: signature
hmac: 99430572409aea6256230c2812e815fc98a8f5bba518455a4472f981817eba77
hmac: 45780a906af05c46a349dd4f52abf07be3bba553e8e6d173a9403ba808269f59
...