quyuan01 1 жил өмнө
parent
commit
3cef23250c

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

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