We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1c093 commit a41126aCopy full SHA for a41126a
.github/workflows/update.yml
@@ -200,6 +200,6 @@ jobs:
200
-d '{
201
"msg_type": "text",
202
"content": {
203
- "text": "🚨 GitHub Action 失败通知:官网文档部署失败!\n- 仓库: ${{ github.repository }}\n- 分支: ${{ github.ref }}\n- 工作流: ${{ github.workflow }}\n- 触发人: ${{ github.actor }}\n- 详情: ${{ github.event.head_commit.message }}\n- 查看日志: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
+ "text": "🚨 GitHub Action 失败通知:官网文档部署失败!\n- 仓库: ${{ github.repository }}\n- 分支: ${{ github.ref }}\n- 工作流: ${{ github.workflow }}\n- 触发人: ${{ github.actor }}\n- 查看日志: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
204
}
205
}'
0 commit comments