test env.
Some checks failed
Deploy Applications / Build (push) Failing after 4s

This commit is contained in:
amass 2024-06-30 17:25:29 +08:00
parent 29c7cd6208
commit d839948325

View File

@ -14,6 +14,6 @@ jobs:
- name: Send success notification
if: ${{ always() }}
run: |
echo build ${{ github.repository }} finished.
ehco build ${{ github.repository }} finished.
ehco "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