浏览代码

Update benchmark.yml

quyuan01 1 年之前
父节点
当前提交
3cef23250c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/benchmark.yml

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

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