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

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

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
interface coreActions.InputOptions
import { type coreActions } from "https://deno.land/x/actionify@0.2.0/config/deps/github.ts";
const { InputOptions } = coreActions;

Interface for getInput options

Properties

optional
required: boolean

Optional. Whether the input is required. If required and not present, will throw. Defaults to false

optional
trimWhitespace: boolean

Optional. Whether leading/trailing whitespace will be trimmed for the input. Defaults to true