From 69712709561a4e229f406f03f48e5e977240f984 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 25 Feb 2020 23:47:04 +0800 Subject: [PATCH] Add `rm` default value. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1560c..875734e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ see the [action.yml](./action.yml) file for more detail imformation. * key_path - path of ssh private key * target - target path on the server * 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. * overwrite - use `--overwrite` flag with tar * tar_tmp_path - temporary path for tar file on the dest host