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

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

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

Gets the values of an multiline input. Each value is also trimmed.

Parameters

name: string

name of the input to get

optional
options: InputOptions

optional. See InputOptions.

Returns

string[]

string[]