feat: 添加企业微信通知

master
绝弹 2024-01-16 09:31:24 +08:00 committed by GitHub
parent 877389828a
commit 652703f371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ jobs:
WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}} WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}}
with: with:
msgtype: text msgtype: text
content: "推送通知\n\n仓库${{ github.repository }}\n提交者${{ github.actor }}\n提交消息${{ steps.exec_cmd.outputs.msg }}\n提交哈希${{ github.ref }}\n\n提醒已有提交推送到仓库请关注构建结果。" content: "推送通知\n\n仓库名称:${{ github.repository }}\n提交用户${{ github.actor }}\n提交消息${{ steps.exec_cmd.outputs.msg }}\n提交哈希${{ github.sha }}\n\n提醒已有提交推送到仓库请留意构建结果。"