diff --git a/src/main.ts b/src/main.ts index 493a4c2..02f6d99 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,7 +9,7 @@ function mustGetEnvOrInput(envVar: string, inputName: string): string { function getBooleanInput( name: string, options?: core.InputOptions, - defaultValue: boolean = false + defaultValue = false ): boolean { try { return core.getBooleanInput(name, options)