@google-github-actions/actions-utils
@google-github-actions/actions-utils / input / parseBoolean
parseBoolean(
input?,defaultValue?):boolean
Defined in: input.ts:40
parseBoolean converts a string into a boolean. Unparseable or invalid values return false.
string
The value to check
boolean = false
boolean
boolean