Skip to content

Commit

Permalink
Merge pull request #10 from fanchou/master
Browse files Browse the repository at this point in the history
改为在node环境中执行,让它可以支持不同的平台
  • Loading branch information
chf007 authored May 6, 2021
2 parents a47b288 + 522201f commit 8d6721e
Show file tree
Hide file tree
Showing 2 changed files with 26,593 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
required: true

runs:
using: 'docker'
image: 'Dockerfile'
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit 8d6721e

Please sign in to comment.