Skip to content

Commit 1f313f6

Browse files
committed
Added curl note
1 parent e4a4f77 commit 1f313f6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ Run `manage.py syncdb`.
3939

4040
1. Checkout the source.
4141
2. Install all the requirements `pip install -r requirements.txt.`
42-
3. Then run `./manage.py test`.
42+
3. Then run `./manage.py test`.
43+
44+
### Triggering with curl
45+
46+
curl -H "Content-Type: application/json" -d "${DATA}" ${URL}
47+
48+
Where `$DATA` is JSON payload that will pass the regex, and `$URL` is the webhook URL.

0 commit comments

Comments
 (0)