mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2025-12-05 11:44:51 +01:00
Update README.md
This commit is contained in:
parent
96f39fcc48
commit
4fb5fc3353
1 changed files with 11 additions and 9 deletions
20
README.md
20
README.md
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
host: ${{ secrets.FTP_SERVER }}
|
host: ${{ secrets.FTP_SERVER }}
|
||||||
user: ${{ secrets.FTP_USERNAME }}
|
user: ${{ secrets.FTP_USERNAME }}
|
||||||
password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
|
port: ${{ secrets.FTP_PORT }}
|
||||||
localDir: "dist"
|
localDir: "dist"
|
||||||
remoteDir: "www"
|
remoteDir: "www"
|
||||||
options: "--delete --asci"
|
options: "--delete --asci"
|
||||||
|
|
@ -26,12 +27,13 @@ jobs:
|
||||||
|
|
||||||
## Input parameters
|
## Input parameters
|
||||||
|
|
||||||
Input parameter | Description | Required | Default
|
| Input parameter | Description | Required | Default |
|
||||||
--- | --- | --- | ---
|
| --------------- | ------------------------------- | -------- | ------- |
|
||||||
host | FTP server name | Yes | N/A
|
| host | FTP server name | Yes | N/A |
|
||||||
user | FTP username | Yes | N/A
|
| user | FTP username | Yes | N/A |
|
||||||
password | FTP password | Yes | N/A
|
| password | FTP password | Yes | N/A |
|
||||||
localDir | The local directory to copy | No | .
|
| port | FTP port | No | 21 |
|
||||||
remoteDir | The remote directory to copy to | No | .
|
| localDir | The local directory to copy | No | . |
|
||||||
forceSsl | Force SSL encryption | No | false
|
| remoteDir | The remote directory to copy to | No | . |
|
||||||
options | Mirror command options | No | ''
|
| forceSsl | Force SSL encryption | No | false |
|
||||||
|
| options | Mirror command options | No | '' |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue