Make ssh_private_key optional in action.yml

Changed ssh_private_key requirement from true to false.
This commit is contained in:
Nils Diekmann
2025-10-16 14:58:53 +02:00
committed by GitHub
parent a5ccb9c621
commit bada6e2c24
+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