Skip to content

通过企业微信群机器人发送消息,支持发送文本(text)、markdown(markdown)、图片(image)、文件(file)。

License

Notifications You must be signed in to change notification settings

MeanZhang/wecom-group-robot

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

WeCom (WeChat Work) Group Robot

通过企业微信群机器人发送消息,支持发送文本(text)、markdown(markdown)、图片(image)、文件(file)。

用法

# 发送 APK 文件
- name: 发送到企业微信
  uses: MeanZhang/wecom-group-robot@v1
  with:
    key: ${{ secrets.KEY }}
    msgtype: "file"
    content: "app/build/outputs/apk/*.apk"

参数

输入

参数 是否必填 说明
key 机器人的 Webhook 地址中的key(注意不是 url),例如"693a91f6-7xxx-4bc4-97a0-0ec2sifa5aaa"
msgtype 消息类型,可填"text""markdown""image""file"
content 消息内容。当msgtype"image"时,填写文件路径,当msgtype"file"时,填写文件路径,格式参考@actions/glob Patterns

许可证

FOSSA Status

About

通过企业微信群机器人发送消息,支持发送文本(text)、markdown(markdown)、图片(image)、文件(file)。

Resources

License

Stars

Watchers

Forks

Packages

No packages published