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:
parent
dfd8915e1a
commit
4e577c06d4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export function getInputAsBoolean(
|
|||
options?: core.InputOptions
|
||||
): boolean {
|
||||
const value = core.getBooleanInput(name, options);
|
||||
return value;
|
||||
return value;
|
||||
}
|
||||
|
||||
export function getInputAsInt(
|
||||
|
|
Loading…
Add table
Reference in a new issue