better chat msg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2020-05-12 20:05:08 +02:00
parent 5d80fed0dc
commit 99f9618d1f

View file

@ -26,5 +26,5 @@ data:
method: POST method: POST
body: | body: |
{ {
"text": "Application *{{.app.metadata.name}}* status is *{{.app.status.sync.status}}*." "text": "Application *{{.app.metadata.name}}* status is *{{.app.status.sync.status}}*. Last commit: {{(call .repo.GetCommitMetadata .app.status.sync.revision).Message}}"
} }