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

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

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

Gets the value of an input. Unless trimWhitespace is set to false in InputOptions, the value is also trimmed. Returns an empty string if the value is not defined.

Parameters

name: string

name of the input to get

optional
options: InputOptions

optional. See InputOptions.

Returns

string

string