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

Update benchmark.yml

parent 0345c1bf
...@@ -55,5 +55,8 @@ jobs: ...@@ -55,5 +55,8 @@ jobs:
curl ${{ secrets.WEBHOOK_URL }} -H 'Content-Type: application/json' -d '{ curl ${{ secrets.WEBHOOK_URL }} -H 'Content-Type: application/json' -d '{
"msgtype": "text", "msgtype": "text",
"text": { "text": {
"content": "'${{ github.repository }}' GitHubAction Failed! \n" + "Please click here for details \n" + "https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'" "content": '''
} }' "'${{ github.repository }}' GitHubAction Failed! \n" + "Please click here for details \n" + "https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
'''
}
}'
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