From 7f242b9a5220e757a2313fd20cced2c098844dfd Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 27 May 2021 10:07:04 +0100 Subject: [PATCH] fix: add default to non-required value (#11) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index a36ae1e..59c419b 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,7 @@ inputs: trim: description: 'Trims output' required: false + default: 'false' outputs: content: description: 'File content'