Merge pull request #63 from KinNeko-De/feature/62-ssh-private-key-parameter

Make ssh_private_key optional in action.yml
This commit is contained in:
wl
2026-03-24 10:49:31 +08:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ inputs:
default: "22"
ssh_private_key:
description: 'you can copy private_key from your *.pem file, keep format'
required: true
required: false
local_path:
description: 'will put all file under this path'
required: true