mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2025-12-05 11:44:51 +01:00
Feature/add additional opts (#17)
* Update entrypoint.sh * Update action.yml * Update README.md * Update entrypoint.sh * pass through additional mirror options * restore meta-data
This commit is contained in:
parent
eb75c5cb29
commit
ca3f8d253d
3 changed files with 7 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
localDir: "dist"
|
||||
remoteDir: "www"
|
||||
options: "--delete --asci"
|
||||
```
|
||||
|
||||
## Input parameters
|
||||
|
|
@ -33,3 +34,4 @@ password | FTP password | Yes | N/A
|
|||
localDir | The local directory to copy | No | .
|
||||
remoteDir | The remote directory to copy to | No | .
|
||||
forceSsl | Force SSL encryption | No | false
|
||||
options | Mirror command options | No | ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue