diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bfe005c..2e12a53 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,6 +14,6 @@ jobs: - name: Send success notification if: ${{ always() }} run: | - ehco build ${{ github.repository }} finished. - ehco "repo: ${{ github.repository }}\nstatus: ${{ job.status }}" | envsubst | jq -sR . + echo build ${{ github.repository }} finished. + 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 \ No newline at end of file