Merge pull request #10 from fanchou/master

改为在node环境中执行,让它可以支持不同的平台
This commit is contained in:
chf007 2021-05-06 09:59:44 +08:00 committed by GitHub
commit 8d6721ecd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26593 additions and 2 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