mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +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 }}"
|
|
}
|
|
]
|
|
}
|