Skip to content

Commit da0d77f

Browse files
committed
v3.1.1
Bug fix: argument escaping for spaces within passwords
1 parent 1af692f commit da0d77f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 2
2525
- name: FTP-Deploy-Action
26-
uses: SamKirkland/[email protected].0
26+
uses: SamKirkland/[email protected].1
2727
with:
2828
ftp-server: ftp://ftp.samkirkland.com/
2929
ftp-username: myFtpUserName
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
fetch-depth: 2
185185
- name: FTP-Deploy-Action
186-
uses: SamKirkland/[email protected].0
186+
uses: SamKirkland/[email protected].1
187187
with:
188188
ftp-server: ftp://ftp.samkirkland.com/
189189
ftp-username: myFtpUserName
@@ -212,7 +212,7 @@ jobs:
212212
fetch-depth: 2
213213
214214
- name: FTP-Deploy-Action
215-
uses: SamKirkland/[email protected].0
215+
uses: SamKirkland/[email protected].1
216216
with:
217217
ftp-server: ftps://ftp.samkirkland.com:21/
218218
ftp-username: myFTPSUsername
@@ -259,7 +259,7 @@ jobs:
259259
fetch-depth: 2
260260
261261
- name: FTP-Deploy-Action
262-
uses: SamKirkland/[email protected].0
262+
uses: SamKirkland/[email protected].1
263263
with:
264264
ftp-server: sftp://ftp.samkirkland.com:7280/
265265
ftp-username: mySFTPUsername
@@ -298,7 +298,7 @@ jobs:
298298
run: ls
299299
300300
- name: FTP-Deploy-Action
301-
uses: SamKirkland/[email protected].0
301+
uses: SamKirkland/[email protected].1
302302
with:
303303
ftp-server: ftp://ftp.samkirkland.com/
304304
ftp-username: myFTPUsername
@@ -321,7 +321,7 @@ jobs:
321321
fetch-depth: 2
322322
323323
- name: FTP-Deploy-Action
324-
uses: SamKirkland/[email protected].0
324+
uses: SamKirkland/[email protected].1
325325
with:
326326
ftp-server: ftp://ftp.samkirkland.com/
327327
ftp-username: myFTPUsername

0 commit comments

Comments
 (0)