From 0d492a1e6abdd7f2c1c9c936c82918d6d92502d0 Mon Sep 17 00:00:00 2001 From: andreiguan Date: Wed, 11 Sep 2019 15:32:58 +0800 Subject: [PATCH] doc --- Dockerfile | 2 +- action.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 action.yml diff --git a/Dockerfile b/Dockerfile index e10ea40..5679fea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..d8ad743 --- /dev/null +++ b/action.yml @@ -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 ' +branding: + icon: 'message-circle' + color: 'red'