From 79b61039856bca52ba774ef87ecedd14369e40a4 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 11 May 2023 23:25:02 +0200 Subject: [PATCH] Add inputs to readme (dirty) --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 8809a6c..4ed21aa 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ [![MIT License](.github/license.svg?sanitize=true)](LICENSE) + +inputs: + source: + description: | + Which file, files or folders should be transfered? + Enter the filepath. + required: true + destionation: + description: | + Where does the files go? + Destination filepath on webserver. + required: true + host: + description: | + Destination Server. + IP or FQDN please. + required: true + user: + description: | + Destination User + required: true + sshkey: + description: | + SSH Private Key (ED25519) + required: true +