mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 05:31:03 +00:00
wip
This commit is contained in:
parent
d4dacd6f8e
commit
4f1089495d
7 changed files with 123 additions and 73 deletions
13
hooks.json
Normal file
13
hooks.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
{
|
||||
"id": "test",
|
||||
"pre-hook-command": "/home/adnan/test.sh",
|
||||
"execute-command": "/bin/echo",
|
||||
"pass-arguments-to-command": [
|
||||
{
|
||||
"source": "payload",
|
||||
"name": "root"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue