This commit is contained in:
andreiguan 2019-09-11 16:21:02 +08:00
parent e451a80e38
commit ba7f10ea31
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="red"
LABEL "repository"="https://github.com/chf007/action-wechat-work"
LABEL "homepage"="https://github.com/chf007/action-wechat-work"
LABEL "maintainer"="chf007 <chf007server@gmail.com>"
LABEL "version"="1.0.0"
LABEL "version"="1.0.2"
ADD entrypoint.js package.json package-lock.json /
RUN npm ci

View File

@ -53,7 +53,7 @@ mentioned_mobile_list | false | 手机号列表,提醒手机号对应的群成
msgtype | true | 消息类型此时固定为markdown
content | true | markdown内容最长不超过4096个字节必须是utf8编码 支持的格式详见 https://work.weixin.qq.com/api/doc#90000/90136/91770
#### 图片格式消息
#### 图片格式消息 ❌**暂不支持**
![WeChat Work message](wechat-work-msg-images.png "WeChat Work message")

View File

@ -53,7 +53,7 @@ mentioned_mobile_list | false | 手机号列表,提醒手机号对应的群成
msgtype | true | 消息类型此时固定为markdown
content | true | markdown内容最长不超过4096个字节必须是utf8编码 支持的格式详见 https://work.weixin.qq.com/api/doc#90000/90136/91770
#### 图片格式消息
#### 图片格式消息 ❌**暂不支持**
![WeChat Work message](wechat-work-msg-images.png "WeChat Work message")

View File

@ -1,6 +1,6 @@
{
"name": "action-wechat-work",
"version": "1.0.0",
"version": "1.0.2",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {