Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 684 Bytes

Post WeChat Work Messenger

This action wraps the WeChat Work Bot Post Message API which can be used to post markdown type notification messages.

本 Action 包装了企业微信机器人发送消息的 API,可以快速发送 Markown 格式的群通知消息。

用法

将发送消息的的 key 参数配置到 GitHub Secret 中,并配置发送的 Markdown 消息。

- name: Notify WeChat Work
  env:
    BOT_KEY: ${{ secrets.BOT_KEY }}
    POST_MESSAGE: 'Markdown Message'
  uses: chhpt/[email protected]

License

基于 MIT License