1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00
dockerfiles/webhook/data/hooks.json

9 lines
173 B
JSON
Raw Normal View History

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