Skip to content

Commit 97f62a0

Browse files
authored
Update action.yml
1 parent bbc3ae0 commit 97f62a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: 'FTP Deployer'
22
author: 'sand4rt'
3-
description: 'Fast and simple FTP deployment with NodeJS'
3+
description: 'Fast and simple SFTP / FTP deployment with NodeJS'
44
branding:
55
color: white
66
icon: upload-cloud
77
inputs:
8-
host:
9-
description: 'FTP host URL like: ftp.host.com or sftp.host.com'
10-
required: true
118
port:
12-
description: 'sFTP on'
9+
description: 'SFTP on'
1310
required: false
1411
default: false
12+
host:
13+
description: 'FTP host URL like: ftp.host.com or sftp.host.com'
14+
required: true
1515
port:
1616
description: 'FTP port'
1717
required: false

0 commit comments

Comments
 (0)