mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-04-09 12:22:19 +02:00
fixing tests
This commit is contained in:
1
.github/workflows/ftp.yml
vendored
1
.github/workflows/ftp.yml
vendored
@@ -18,3 +18,4 @@ jobs:
|
||||
server: ftp.samkirkland.com
|
||||
username: test@samkirkland.com
|
||||
password: ${{ secrets.ftp_password }}
|
||||
dangerous-clean-slate: true
|
||||
|
||||
1
.github/workflows/ftps.yml
vendored
1
.github/workflows/ftps.yml
vendored
@@ -19,3 +19,4 @@ jobs:
|
||||
username: test@samkirkland.com
|
||||
password: ${{ secrets.ftp_password }}
|
||||
protocol: ftps
|
||||
dangerous-clean-slate: true
|
||||
|
||||
Reference in New Issue
Block a user