From bac6c9e026be66bca91dc08d591e05a119e985b6 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 25 Feb 2020 23:46:08 +0800 Subject: [PATCH] update rm default value --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index d55300b..8156c8e 100644 --- a/action.yml +++ b/action.yml @@ -29,6 +29,7 @@ inputs: description: 'scp file list' rm: description: 'remove target folder before upload data' + default: false strip_components: description: 'remove the specified number of leading path elements' default: 0