From da0d77ff390a13097c60f9b9eb954e503a480d97 Mon Sep 17 00:00:00 2001 From: SamKirkland Date: Sun, 17 May 2020 17:28:14 -0500 Subject: [PATCH] v3.1.1 Bug fix: argument escaping for spaces within passwords --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0bd6c5..03c40f1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 2 - name: FTP-Deploy-Action - uses: SamKirkland/FTP-Deploy-Action@3.1.0 + uses: SamKirkland/FTP-Deploy-Action@3.1.1 with: ftp-server: ftp://ftp.samkirkland.com/ ftp-username: myFtpUserName @@ -183,7 +183,7 @@ jobs: with: fetch-depth: 2 - name: FTP-Deploy-Action - uses: SamKirkland/FTP-Deploy-Action@3.1.0 + uses: SamKirkland/FTP-Deploy-Action@3.1.1 with: ftp-server: ftp://ftp.samkirkland.com/ ftp-username: myFtpUserName @@ -212,7 +212,7 @@ jobs: fetch-depth: 2 - name: FTP-Deploy-Action - uses: SamKirkland/FTP-Deploy-Action@3.1.0 + uses: SamKirkland/FTP-Deploy-Action@3.1.1 with: ftp-server: ftps://ftp.samkirkland.com:21/ ftp-username: myFTPSUsername @@ -259,7 +259,7 @@ jobs: fetch-depth: 2 - name: FTP-Deploy-Action - uses: SamKirkland/FTP-Deploy-Action@3.1.0 + uses: SamKirkland/FTP-Deploy-Action@3.1.1 with: ftp-server: sftp://ftp.samkirkland.com:7280/ ftp-username: mySFTPUsername @@ -298,7 +298,7 @@ jobs: run: ls - name: FTP-Deploy-Action - uses: SamKirkland/FTP-Deploy-Action@3.1.0 + uses: SamKirkland/FTP-Deploy-Action@3.1.1 with: ftp-server: ftp://ftp.samkirkland.com/ ftp-username: myFTPUsername @@ -321,7 +321,7 @@ jobs: fetch-depth: 2 - name: FTP-Deploy-Action - uses: SamKirkland/FTP-Deploy-Action@3.1.0 + uses: SamKirkland/FTP-Deploy-Action@3.1.1 with: ftp-server: ftp://ftp.samkirkland.com/ ftp-username: myFTPUsername