From 4e577c06d4b85e348b032e06a964ea5fdd457efb Mon Sep 17 00:00:00 2001 From: Vincent Clemson Date: Sun, 19 Jun 2022 20:29:20 -0400 Subject: [PATCH] extract whitespace --- src/utils/actionUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/actionUtils.ts b/src/utils/actionUtils.ts index 3da21f9..9b19a2d 100644 --- a/src/utils/actionUtils.ts +++ b/src/utils/actionUtils.ts @@ -70,7 +70,7 @@ export function getInputAsBoolean( options?: core.InputOptions ): boolean { const value = core.getBooleanInput(name, options); - return value; + return value; } export function getInputAsInt(