Skip to main content
Module

x/actionify/mod.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/mod.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<Record<string, ExpressionValue> & DefaultStepInputs, Base, "jobs:jobId:steps:with">