This commit is contained in:
andreiguan 2019-09-11 15:32:58 +08:00
parent 34b730d2a5
commit 0d492a1e6a
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM mhart/alpine-node:10.15.1
LABEL "com.github.actions.name"="GitHub Action for WeChat Work"
LABEL "com.github.actions.description"="Outputs a message to WeChat Work."
LABEL "com.github.actions.icon"="hash"
LABEL "com.github.actions.icon"="message-circle"
LABEL "com.github.actions.color"="red"
LABEL "repository"="https://github.com/chf007/action-wechat-work"

6
action.yml Normal file
View File

@ -0,0 +1,6 @@
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'