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

x/actionify/versions/0.ts>Step#with

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
method Step.prototype.with
import { Step } from "https://deno.land/x/actionify@0.2.0/versions/0.ts";

A map of the input parameters defined by the action. Each input parameter is a key/value pair. Input parameters are set as environment variables. The variable is prefixed with INPUT_ and converted to upper case.

Parameters

props: WithContext<WithProps, Base>