From bad097f84c688b34297eb06438ff40cf59243947 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 12 Sep 2020 17:13:12 -0400 Subject: [PATCH] Update action.yml --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 30709728..72c53384 100644 --- a/action.yml +++ b/action.yml @@ -43,6 +43,7 @@ inputs: CLEAN: description: 'If your project generates hashed files on build you can use this option to automatically delete them from the deployment branch with each deploy. This option can be toggled on by setting it to true.' required: false + default: 'true' CLEAN_EXCLUDE: description: "If you need to use CLEAN but you would like to preserve certain files or folders you can use this option. This should be formatted as an array but stored as a string." @@ -74,4 +75,4 @@ inputs: outputs: DEPLOYMENT_STATUS: - description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped' \ No newline at end of file + description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped'