Kaynağa Gözat

Update benchmark.yml

quyuan01 1 yıl önce
ebeveyn
işleme
fb325f95f0
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      .github/workflows/benchmark.yml

+ 4 - 4
.github/workflows/benchmark.yml

@@ -53,9 +53,9 @@ jobs:
     - name: notify
       run: |
         curl  ${{ secrets.WEBHOOK_URL }} -H 'Content-Type: application/json'  -d '{
-        "msgtype": "markdown",
-        "markdown": {
-            "content": "'${{ github.repository }}' GitHubAction Failed!\n
-         >失败详清查看:<font color=\"comment\">https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}</font>"
+        "msgtype": "text",
+        "text": {
+            "content": "'${{ github.repository }}' GitHubAction Failed!\n 
+            细节请查看:https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
         } 
         }'