This commit is contained in:
parent
f2fb0ab423
commit
4d7fa671bc
@ -14,6 +14,6 @@ jobs:
|
||||
- name: Send success notification
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
echo build finished.
|
||||
echo build ${{ github.repository }} finished.
|
||||
cat resources/notify.tpl | envsubst | jq -sR .
|
||||
cat resources/notify.tpl | envsubst | jq -sR . | xargs -0 -I {} curl -H "Content-Type: application/json" -X POST -d '{"type":"text","msg":{} }' https://amass.fun/notify
|
Loading…
Reference in New Issue
Block a user