mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-12-04 23:31:05 +01:00
12 lines
322 B
Cheetah
12 lines
322 B
Cheetah
|
{
|
||
|
"text": "execution #{{ .Task.ID }}, status: {{ .Task.Result }}!",
|
||
|
"attachments": [
|
||
|
{
|
||
|
"title": "Task: {{ .Name }}",
|
||
|
"title_link": "{{ .Task.URL }}",
|
||
|
"text": "execution #{{ .Task.ID }}, status: {{ .Task.Result }}!",
|
||
|
"color": "{{ .Color }}"
|
||
|
}
|
||
|
]
|
||
|
}
|