1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-18 03:07:46 +02:00

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
): boolean {
const value = core.getBooleanInput(name, options);
return value;
return value;
}
export function getInputAsInt(