From 34440973d12548438835bddb884d180f807f3e87 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Mon, 2 Aug 2021 20:00:34 +0200 Subject: [PATCH] add new remote_key_pass config option --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index d89ac9e..13186ed 100644 --- a/action.yml +++ b/action.yml @@ -29,6 +29,9 @@ inputs: remote_key: description: 'The remote key' required: true + remote_key_pass: + description: 'The remote key passphrase' + required: false runs: using: 'docker' image: 'Dockerfile'