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

Update benchmark.yml

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