From 6df9245376ee944ba99890cb8c764bb0734ba78d Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 21 May 2020 23:33:05 +0800 Subject: [PATCH] chore: add debug --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 8156c8e..253cf46 100644 --- a/action.yml +++ b/action.yml @@ -30,6 +30,9 @@ inputs: rm: description: 'remove target folder before upload data' default: false + debug: + description: 'enable debug message' + default: false strip_components: description: 'remove the specified number of leading path elements' default: 0