From fc6ea7a39ac4bc7df8cf97f5ddb206c1c97db130 Mon Sep 17 00:00:00 2001 From: dt-yy Date: Fri, 6 Dec 2024 14:07:28 +0800 Subject: [PATCH] update runner env --- .github/workflows/cli.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 9f01127a..418e5ea8 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -43,5 +43,4 @@ jobs: steps: - name: notify run: | - echo $WEBHOOK_URL curl -X POST -H "Content-Type: application/json" -d '{"msg_type":"post","content":{"post":{"zh_cn":{"title":"'${{ github.repository }}' GitHubAction Failed","content":[[{"tag":"text","text":""},{"tag":"a","text":"Please click here for details ","href":"https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"},{"tag":"at","user_id":"'${{ secrets.USER_ID }}'"}]]}}}}' $WEBHOOK_URL