summaryrefslogtreecommitdiff
path: root/dev-util/webhook/files/webhook.json.example
blob: 12a314522595f2dd68411d84d81ccfc9f9cac130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "id": "example",
    "execute-command": "/var/lib/webhooks/example.sh",
    "command-working-directory": "/var/lib/webhooks"
    "pass-arguments-to-command":
    [
      {
        "source": "entire-payload"
      }
    ]
  }
]