Unverified Commit 3cef2325 authored by quyuan01's avatar quyuan01 Committed by GitHub
Browse files

Update benchmark.yml

parent f94ea757
...@@ -52,10 +52,10 @@ jobs: ...@@ -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>"
} }
}' }'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment