From 2818ab45e9816fe443eaf1fb1feec36424308ef4 Mon Sep 17 00:00:00 2001 From: Contention Date: Fri, 24 Mar 2023 21:12:03 +0000 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 38a9e9a..731040e 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,9 @@ inputs: remotepath: description: 'The remote path to sync' required: true + deploy_key: + description: 'The private key' + required: true runs: using: 'docker' image: 'Dockerfile'