Skip to content

Commit a41126a

Browse files
committed
chore: improve github workflows
EE-18909
1 parent 1e1c093 commit a41126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,6 @@ jobs:
200200
-d '{
201201
"msg_type": "text",
202202
"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 }}"
203+
"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 }}"
204204
}
205205
}'

0 commit comments

Comments
 (0)