webhook/hooks.json
Adnan Hajdarevic 4f1089495d wip
2020-11-19 21:22:13 +01:00

14 lines
196 B
JSON

[
{
"id": "test",
"pre-hook-command": "/home/adnan/test.sh",
"execute-command": "/bin/echo",
"pass-arguments-to-command": [
{
"source": "payload",
"name": "root"
}
]
}
]