1
0
Fork 0
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:
shimataro 2023-10-11 04:35:20 +09:00 committed by GitHub
parent 31d4b8b483
commit 6948892be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 775 additions and 3346 deletions

View file

@ -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"