Add rm default value.

This commit is contained in:
Bo-Yi Wu 2020-02-25 23:47:04 +08:00 committed by GitHub
parent bac6c9e026
commit 6971270956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ see the [action.yml](./action.yml) file for more detail imformation.
* key_path - path of ssh private key * key_path - path of ssh private key
* target - target path on the server * target - target path on the server
* source - scp file list * source - scp file list
* rm - remove target folder before upload data * rm - remove target folder before upload data, default is `false`
* strip_components - remove the specified number of leading path elements. * strip_components - remove the specified number of leading path elements.
* overwrite - use `--overwrite` flag with tar * overwrite - use `--overwrite` flag with tar
* tar_tmp_path - temporary path for tar file on the dest host * tar_tmp_path - temporary path for tar file on the dest host