We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad7c92 commit d10dbc8Copy full SHA for d10dbc8
README.md
@@ -6,7 +6,7 @@ Nodejs ftp deployment with github actions.
6
7
``` yml
8
- name: FTP Deployer
9
- uses: sand4rt/ftp-deployer@v1.3
+ uses: sand4rt/ftp-deployer@v1.4
10
with:
11
sftp: false # optional
12
host: ${{ secrets.FTP_HOST }} # e.g. ftp.host.com or sftp.host.com (without ftp:// or ftps://)
0 commit comments