This commit is contained in:
parent
d839948325
commit
2f19d74ced
@ -14,6 +14,6 @@ jobs:
|
|||||||
- name: Send success notification
|
- name: Send success notification
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
run: |
|
run: |
|
||||||
ehco build ${{ github.repository }} finished.
|
echo build ${{ github.repository }} finished.
|
||||||
ehco "repo: ${{ github.repository }}\nstatus: ${{ job.status }}" | envsubst | jq -sR .
|
echo "repo: ${{ github.repository }}\nstatus: ${{ job.status }}" | 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
|
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