1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Update action.yml

This commit is contained in:
Po Chen 2024-01-25 12:00:20 +11:00 committed by GitHub
parent 38b53cb2f4
commit 32d183ff99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,6 @@ inputs:
required: false
default: "fail"
runs:
using: "node16"
using: "node20"
main: "./dist/main.js"
post: "./dist/post.js"