2 parents 22443d6 + cae69d3 commit 518beaaCopy full SHA for 518beaa
3 files changed
README.md
@@ -6,7 +6,7 @@ Simple SFTP / FTP deployment with NodeJS.
6
7
``` yml
8
- name: FTP Deployer
9
- uses: sand4rt/ftp-deployer@v1.7
+ uses: sand4rt/ftp-deployer@v1.8
10
with:
11
sftp: false # optional
12
host: ${{ secrets.FTP_HOST }} # e.g. ftp.host.com or sftp.host.com (without ftp:// or ftps://)
action.yml
@@ -46,5 +46,5 @@ inputs:
46
default: false
47
description: 'passive'
48
runs:
49
- using: 'node16'
+ using: 'node20'
50
main: 'dist/index.js'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sand4rt/ftp-deployer",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "Simple SFTP / FTP deployment with NodeJS",
5
"main": "dist/index.js",
"scripts": {
0 commit comments