mirror of
https://github.com/actions/cache.git
synced 2025-04-23 06:30:47 +00:00
extract whitespace
This commit is contained in:
parent
dfd8915e1a
commit
4e577c06d4
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue