extract whitespace

This commit is contained in:
Vincent Clemson 2022-06-19 20:29:20 -04:00
parent dfd8915e1a
commit 4e577c06d4

View file

@ -70,7 +70,7 @@ export function getInputAsBoolean(
options?: core.InputOptions options?: core.InputOptions
): boolean { ): boolean {
const value = core.getBooleanInput(name, options); const value = core.getBooleanInput(name, options);
return value; return value;
} }
export function getInputAsInt( export function getInputAsInt(