Describe the bug
- Calling
getBooleanInput to read an unset input
- Calling
getBooleanInput with { required: false } to read an unset input throws an error
Expected behavior
getBooleanInput should function the same as getInput in the following ways:
- It respects
options.required
- Inputs are not required by default
Describe the bug
getBooleanInputto read an unset inputgetBooleanInputwith{ required: false }to read an unset input throws an errorExpected behavior
getBooleanInputshould function the same asgetInputin the following ways:options.required