소스 검색

update runner env

dt-yy 11 달 전
부모
커밋
fc6ea7a39a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .github/workflows/cli.yml

+ 0 - 1
.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