Skip to content

Commit

Permalink
Fixed some misspelled.
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Roldan <israel.alberto.rv@gmail.com>
  • Loading branch information
airvzxf committed Sep 25, 2020
1 parent 42bd2cd commit e090fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
delete: "false"
```
Optional, you can get the live version which has the last commits using this:
Optional, you can get the live version which has the last commits using the `master` branch like this:<br>
`uses: airvzxf/ftp-deployment-action@master`


Expand All @@ -47,7 +47,7 @@ password | FTP Password. | Yes | N/A | ExampleOnlyAlphabets
local_dir | Local directory. | No | "./" | "./public_html"
remote_dir | Remote directory. | No | "./" | "/www/user/home"
delete | Delete all the files inside of the remote directory before the upload process. | No | false | N/A
max_retries | Time that `lftp` will be executed if an error occur. | No | 10 | N/A
max_retries | Times that the `lftp` will be executed if an error occurred. | No | 10 | N/A
no_symlinks | Do not create symbolic links. | No | true | N/A
ftp_ssl_allow | FTP - Allow SSL encryption | No | false | N/A
ftp_use_feat | FTP - FEAT: Determining what extended features the FTP server supports. | No | false | N/A
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
required: false
default: 'false'
max_retries:
description: 'Time that `lftp` will be executed if an error occur.'
description: 'Times that the lftp will be executed if an error occurred.'
required: false
default: '10'
no_symlinks:
Expand Down

0 comments on commit e090fe4

Please sign in to comment.