|
|
@@ -53,9 +53,9 @@ jobs:
|
|
|
- name: notify
|
|
|
run: |
|
|
|
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>"
|
|
|
+ "msgtype": "text",
|
|
|
+ "text": {
|
|
|
+ "content": "'${{ github.repository }}' GitHubAction Failed!\n
|
|
|
+ 细节请查看:https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
|
|
|
}
|
|
|
}'
|