Ver Fonte

Update benchmark.yml

quyuan01 há 1 ano atrás
pai
commit
851c85e672
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      .github/workflows/benchmark.yml

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

@@ -55,7 +55,6 @@ jobs:
         curl  ${{ secrets.WEBHOOK_URL }} -H 'Content-Type: application/json'  -d '{
         "msgtype": "text",
         "text": {
-            "content": "'${{ github.repository }}' GitHubAction Failed!\n 
-            细节请查看:https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
+            "content": "'${{ github.repository }}' GitHubAction Failed!\n 细节请查看:https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
         } 
         }'