Forráskód Böngészése

Update benchmark.yml

quyuan01 1 éve
szülő
commit
fb325f95f0
1 módosított fájl, 4 hozzáadás és 4 törlés
  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}'"
         } 
         }'