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'