From 2f19d74cedad7d590fd66f3f2b98b5bfe80b8a34 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Sun, 30 Jun 2024 17:25:55 +0800 Subject: [PATCH] test env. --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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