mirror of
https://github.com/adnanh/webhook.git
synced 2025-07-04 18:28:31 +00:00
wip
This commit is contained in:
parent
528805584d
commit
8431357269
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
|
|||
<details>
|
||||
<summary>script.sh</summary>
|
||||
|
||||
```sh
|
||||
```
|
||||
#!/bin/bash
|
||||
|
||||
ip=$1
|
||||
|
@ -34,7 +34,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
|
|||
<details>
|
||||
<summary>prehook.sh</summary>
|
||||
|
||||
```sh
|
||||
```
|
||||
#!/bin/bash
|
||||
|
||||
context=$(cat)
|
||||
|
@ -47,7 +47,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
|
|||
<details>
|
||||
<summary>hooks.json</summary>
|
||||
|
||||
```json
|
||||
```
|
||||
[
|
||||
{
|
||||
"id": "log-ip",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue