3 Commits
1.0.0 ... 1.0.3

Author SHA1 Message Date
andreiguan
61138841ff action.yml 2019-09-11 21:36:49 +08:00
andreiguan
ba7f10ea31 doc 2019-09-11 16:21:02 +08:00
andreiguan
e451a80e38 doc 2019-09-11 15:52:55 +08:00
5 changed files with 20 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.3"
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")

16
action.yml Normal file
View File

@@ -0,0 +1,16 @@
# action.yml
name: 'GitHub Action for WeChat Work'
description: 'Send WeChat Work message. Run on any operating platform, such as Windows, Linux, Mac supported by GitHub'
author: 'chf007 <chf007server@gmail.com>'
branding:
icon: 'message-circle'
color: 'red'
inputs:
msgtype:
description: '消息类型'
required: true
runs:
using: 'docker'
image: 'Dockerfile'

View File

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