4 Commits
1.0.4 ... 1.0.5

Author SHA1 Message Date
chf007
aa341fdcfe Update package.json
跨平台支持
2021-05-06 10:02:10 +08:00
chf007
8d6721ecd2 Merge pull request #10 from fanchou/master
改为在node环境中执行,让它可以支持不同的平台
2021-05-06 09:59:44 +08:00
zhoufan
522201f34b 支持跨平台执行 2021-04-29 15:57:10 +08:00
周凡
97dcd7641c Update action.yml
不要再容器中运行
2021-04-29 13:20:12 +08:00
3 changed files with 26594 additions and 3 deletions

View File

@@ -12,5 +12,5 @@ inputs:
required: true
runs:
using: 'docker'
image: 'Dockerfile'
using: 'node12'
main: 'dist/index.js'

26591
dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "action-wechat-work",
"version": "1.0.4",
"version": "1.0.5",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {