better chat msg
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Brunner 2020-05-12 20:05:08 +02:00
parent 5d80fed0dc
commit 99f9618d1f
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ data:
method: POST
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}}"
}