From 7cc330c284d2e681940bb5c8a4835385d901bc7a Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Sun, 30 Jun 2024 17:22:52 +0800 Subject: [PATCH] test env. --- .gitea/workflows/deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 95adfa2..4f2395a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -18,7 +18,6 @@ jobs: AMASS_BUILD_STATUS=${{ job.status }} AMASS_COMMIT=${{ github.sha }} AMASS_COMMIT_MESSAGE=${{ github.event.head_commit.message }} - AMASS_REPO_LINK=https://gitea.amass.fun/${{ github.repository }} 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 \ No newline at end of file