Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/config/deps/github.ts>coreActions.getBooleanInput

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function coreActions.getBooleanInput
import { coreActions } from "https://deno.land/x/actionify@0.3.0/config/deps/github.ts";
const { getBooleanInput } = coreActions;

Gets the input value of the boolean type in the YAML 1.2 "core schema" specification. Support boolean input list: true | True | TRUE | false | False | FALSE . The return value is also in boolean type. ref: https://yaml.org/spec/1.2/spec.html#id2804923

Parameters

name: string

name of the input to get

optional
options: InputOptions

optional. See InputOptions.

Returns

boolean

boolean