-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andreiguan
committed
Sep 11, 2019
1 parent
ba7f10e
commit 6113884
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="red" | |
LABEL "repository"="https://github.com/chf007/action-wechat-work" | ||
LABEL "homepage"="https://github.com/chf007/action-wechat-work" | ||
LABEL "maintainer"="chf007 <[email protected]>" | ||
LABEL "version"="1.0.2" | ||
LABEL "version"="1.0.3" | ||
|
||
ADD entrypoint.js package.json package-lock.json / | ||
RUN npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,12 @@ author: 'chf007 <[email protected]>' | |
branding: | ||
icon: 'message-circle' | ||
color: 'red' | ||
|
||
inputs: | ||
msgtype: | ||
description: '消息类型' | ||
required: true | ||
|
||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters