File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 delete : " false"
3232` ` `
3333
34- Optional, you can get the live version which has the last commits using this:
34+ Optional, you can get the live version which has the last commits using the ` master` branch like this:<br>
3535`uses : airvzxf/ftp-deployment-action@master`
3636
3737
@@ -47,7 +47,7 @@ password | FTP Password. | Yes | N/A | ExampleOnlyAlphabets
4747local_dir | Local directory. | No | "./" | "./public_html"
4848remote_dir | Remote directory. | No | "./" | "/www/user/home"
4949delete | Delete all the files inside of the remote directory before the upload process. | No | false | N/A
50- max_retries | Time that `lftp` will be executed if an error occur . | No | 10 | N/A
50+ max_retries | Times that the `lftp` will be executed if an error occurred . | No | 10 | N/A
5151no_symlinks | Do not create symbolic links. | No | true | N/A
5252ftp_ssl_allow | FTP - Allow SSL encryption | No | false | N/A
5353ftp_use_feat | FTP - FEAT : Determining what extended features the FTP server supports. | No | false | N/A
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ inputs:
2626 required : false
2727 default : ' false'
2828 max_retries :
29- description : ' Time that ` lftp` will be executed if an error occur .'
29+ description : ' Times that the lftp will be executed if an error occurred .'
3030 required : false
3131 default : ' 10'
3232 no_symlinks :
You can’t perform that action at this time.
0 commit comments