Unverified Commit f94ea757 authored by quyuan01's avatar quyuan01 Committed by GitHub

Update benchmark.yml

parent de9104f6
...@@ -53,10 +53,9 @@ jobs: ...@@ -53,10 +53,9 @@ jobs:
- 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": "text", "msgtype": "markdown",
"text": { "markdown": {
"content": ''' "content": "'${{ github.repository }}' GitHubAction Failed!\n
"'${{ github.repository }}' GitHubAction Failed! \n" + "Please click here for details \n" + "https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'" >失败详清查看:<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