1
0
Fork 0
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:
shimataro 2023-10-10 21:29:13 +09:00
parent 27a89e2532
commit 742fcaabb5
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
12 changed files with 642 additions and 3326 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"