Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit ff7ea4b

Browse files
committed
fix drone-matrix template
1 parent 784a3f8 commit ff7ea4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ steps:
265265
from_secret: matrix_password
266266
roomid:
267267
from_secret: matrix_roomid
268-
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 }}"
268+
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 }}"
269269
username:
270270
from_secret: matrix_username
271271
when:
@@ -286,6 +286,6 @@ depends_on:
286286

287287
---
288288
kind: signature
289-
hmac: 99430572409aea6256230c2812e815fc98a8f5bba518455a4472f981817eba77
289+
hmac: 45780a906af05c46a349dd4f52abf07be3bba553e8e6d173a9403ba808269f59
290290

291291
...

0 commit comments

Comments
 (0)