1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/webhook/data/hooks.json

9 lines
173 B
JSON
Raw Normal View History

2019-01-09 10:59:22 +00:00
[
{
"id": "test",
"execute-command": "/etc/webhook/test.sh",
2019-01-09 11:09:32 +00:00
"command-working-directory": "/etc/webhook",
"include-command-output-in-response": true
2019-01-09 10:59:22 +00:00
}
]