2 Commits

Author SHA1 Message Date
lizheming 31457c2db5 1.1.3 2019-01-30 17:10:44 +08:00
lizheming 8f3fadac27 fix #3 2019-01-30 17:10:40 +08:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@ configParser({
},
to_user: {
usage: 'The user ids to send the message to',
def: '@all',
env: 'PLUGIN_TO_USER,WECHAT_TO_USER'
},
to_tag: {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "drone-wechat",
"version": "1.1.2",
"version": "1.1.3",
"description": "drone wechat notification plugin",
"main": "index.js",
"scripts": {