mirror of
https://github.com/seepine/action-wechat-work.git
synced 2025-01-18 21:36:41 +08:00
17 lines
383 B
YAML
17 lines
383 B
YAML
# 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: 'node12'
|
|
main: 'dist/index.js'
|