This commit is contained in:
关红福 2019-09-11 15:11:06 +08:00
parent 6ac420a775
commit 5cd2abd416
4 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#### 纯文本格式消息
![WeChat Work message](action-message.png "WeChat Work message")
![WeChat Work message](wechat-work-msg-text.png "WeChat Work message")
```yaml
- name: WeChat Work notification by text
@ -33,6 +33,8 @@ mentioned_mobile_list | false | 手机号列表,提醒手机号对应的群成
#### markdown格式消息
![WeChat Work message](wechat-work-msg-markdown.png "WeChat Work message")
```yaml
- name: WeChat Work notification by markdown
uses: chf007/action-wechat-work@master
@ -53,6 +55,8 @@ content | true | markdown内容最长不超过4096个字节必须是utf8
#### 图片格式消息
![WeChat Work message](wechat-work-msg-images.png "WeChat Work message")
```yaml
- name: WeChat Work notification by image
uses: chf007/action-wechat-work@master
@ -72,6 +76,8 @@ md5 | true | 图片内容base64编码前的md5值
#### 图文格式消息
![WeChat Work message](wechat-work-msg-news.png "WeChat Work message")
```yaml
- name: WeChat Work notification by news
uses: chf007/action-wechat-work@master

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
wechat-work-msg-news.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

BIN
wechat-work-msg-text.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB