action-wechat-work/action.yml

17 lines
383 B
YAML
Raw Normal View History

2019-09-11 15:52:55 +08:00
# 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'
2019-09-11 21:36:49 +08:00
inputs:
msgtype:
description: '消息类型'
required: true
runs:
using: 'node12'
2021-04-29 15:57:10 +08:00
main: 'dist/index.js'