From daacaba381b8b3ba0a899527efd6bcfb212b9cfe Mon Sep 17 00:00:00 2001 From: Pascal Brouwers <pascal@reachdigital.nl> Date: Thu, 6 Apr 2023 17:26:02 +0200 Subject: [PATCH] chore: add 'source' and 'target' inputs --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 65891e8..4dfaabe 100644 --- a/action.yml +++ b/action.yml @@ -33,6 +33,10 @@ inputs: description: 'path of ssh private key' fingerprint: description: 'sha256 fingerprint of the host public key' + source: + description: 'path of file/folder' + target: + description: 'scp file/folder to server path' proxy_host: description: 'ssh proxy host' proxy_port: