Moved webhook example to dedicated folder
This commit is contained in:
parent
03fd9ae389
commit
1658e68339
@ -8,7 +8,7 @@ steps:
|
|||||||
curl
|
curl
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json"
|
||||||
-d '{"username": "cute anime girl", "content": "{{ torrent.name }} complete"}'
|
-d '{"username": "cute anime girl", "content": "{{ torrent.name }} complete"}'
|
||||||
https://discord.com/api/webhooks/1026143262668488895/IxsxPMIu-02sFMMUzakPeQwEqKRIJOzct27oOnXB2DrpDBwBAmbjSo9jklN-UsOUn-GH
|
<webhook_url>
|
||||||
when:
|
when:
|
||||||
- '{{ changes.completion_on not in [None, -1] }}'
|
- '{{ changes.state == "uploading" }}'
|
||||||
- '{{ torrent.state == "uploading" }}'
|
- '{{ torrent.category == "" }}'
|
Loading…
x
Reference in New Issue
Block a user