Add inputs to readme (dirty)
This commit is contained in:
parent
15cee3df48
commit
79b6103985
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
@ -1 +1,27 @@
|
||||||
[![MIT License](.github/license.svg?sanitize=true)](LICENSE)
|
[![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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue