mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
use esbuild
This commit is contained in:
parent
27a89e2532
commit
742fcaabb5
12 changed files with 642 additions and 3326 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