File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Sebastian Popp
3+ Copyright (c) 2020 Sebastian Popp and contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -12,14 +12,13 @@ jobs:
1212 name: Deploy
1313 runs-on: ubuntu-latest
1414 steps:
15- - uses: actions/checkout@master
15+ - uses: actions/checkout@v2
1616 - name: Upload ftp
17- uses: sebastianpopp/ftp-action@releases/v1
17+ uses: sebastianpopp/ftp-action@releases/v2
1818 with:
1919 host: ${{ secrets.FTP_SERVER }}
2020 user: ${{ secrets.FTP_USERNAME }}
2121 password: ${{ secrets.FTP_PASSWORD }}
22- forceSsl: true
2322 localDir: "dist"
2423 remoteDir: "www"
2524```
@@ -31,6 +30,6 @@ Input parameter | Description | Required | Default
3130host | FTP server name | Yes | N/A
3231user | FTP username | Yes | N/A
3332password | FTP password | Yes | N/A
34- forceSsl | Force SSL encryption | No | false
3533localDir | The local directory to copy | No | .
3634remoteDir | The remote directory to copy to | No | .
35+ forceSsl | Force SSL encryption | No | false
You can’t perform that action at this time.
0 commit comments