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

x/actionify/mod.ts>Step.create

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
method Step.create
import { Step } from "https://deno.land/x/actionify@0.3.0/mod.ts";

Type Parameters

optional
Base extends ActionTemplate = { stepId: never; }