From bada6e2c2452e7f850462df4076a0f33f4b31ea7 Mon Sep 17 00:00:00 2001 From: Nils Diekmann Date: Thu, 16 Oct 2025 14:58:53 +0200 Subject: [PATCH] Make ssh_private_key optional in action.yml Changed ssh_private_key requirement from true to false. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4bdbdc6..7d3ae7a 100644 --- a/action.yml +++ b/action.yml @@ -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