Semaphore/services/tasks/templates/gotify.tmpl
2024-10-16 08:59:18 -04:00

9 lines
319 B
Cheetah

{
"extras": {
"client::display": {
"contentType": "text/markdown"
}
},
"message": "Execution #: {{ .Task.ID }} \nStatus: {{ .Task.Result }} \nAuthor: {{ .Author }} \n{{ if .Task.Version }}Version: {{ .Task.Version }} \n{{ end }}[Task Link]({{ .Task.URL }})",
"title": "Task: {{ .Name }}"
}