mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
use module files (#252)
* use module * detect files to be restore automatically * use esbuild * drop ncc * add comments * refactor
This commit is contained in:
parent
31d4b8b483
commit
6948892be9
11 changed files with 775 additions and 3346 deletions
|
@ -27,5 +27,5 @@ inputs:
|
|||
default: "fail"
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "lib/index.js"
|
||||
post: "lib/index.js"
|
||||
main: "./dist/main.js"
|
||||
post: "./dist/post.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue