webhook
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Aleksander Cynarski 2021-04-11 12:59:00 +02:00
parent 9f9c773444
commit 258abf981c
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -54,3 +54,13 @@ steps:
depends_on: [ clone ] depends_on: [ clone ]
- name: webhook
image: plugins/webhook
settings:
urls: https://huginn.cynarski.pl/users/1/web_requests/18/Qimktqp5KsPz8S9EgNrUuSuXU93GRHYL
content_type: application/json
template: |
{
"title": "{{ build.status }} - {{ repo.name }}",
"details": "{{ repo.name }}",
}