File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Simple SFTP / FTP deployment with NodeJS.
66
77``` yml
88- name : FTP Deployer
9- uses : sand4rt/ftp-deployer@v1.7
9+ uses : sand4rt/ftp-deployer@v1.8
1010 with :
1111 sftp : false # optional
1212 host : ${{ secrets.FTP_HOST }} # e.g. ftp.host.com or sftp.host.com (without ftp:// or ftps://)
Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ inputs:
4646 default : false
4747 description : ' passive'
4848runs :
49- using : ' node16 '
49+ using : ' node20 '
5050 main : ' dist/index.js'
Original file line number Diff line number Diff line change 11{
22 "name" : " @sand4rt/ftp-deployer" ,
3- "version" : " 1.0.7 " ,
3+ "version" : " 1.0.8 " ,
44 "description" : " Simple SFTP / FTP deployment with NodeJS" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments