支持文件类型

This commit is contained in:
guanhongfu
2021-04-26 15:55:22 +08:00
parent b214c1483f
commit 460f7c9c9c
14 changed files with 219 additions and 367 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "action-wechat-work",
"version": "1.0.3",
"version": "1.0.4",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {
@@ -25,7 +25,7 @@
"homepage": "https://github.com/chf007/action-wechat-work#readme",
"dependencies": {
"axios": "^0.21.1",
"lodash": "^4.17.19",
"yargs": "^14.0.0"
"lodash": "^4.17.21",
"yargs": "^16.2.0"
}
}