mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-12-11 18:51:05 +01:00
6 lines
232 B
Cheetah
6 lines
232 B
Cheetah
|
{
|
||
|
"chat_id": "{{ .Chat.ID }}",
|
||
|
"parse_mode": "HTML",
|
||
|
"text": "<code>{{ .Name }}</code>\n#{{ .Task.ID }} <b>{{ .Task.Result }}</b> <code>{{ .Task.Version }}</code> - {{ .Task.Desc }}\nby {{ .Author }}\n{{ .Task.URL }}"
|
||
|
}
|