Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/types.ts>NeedsData

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
type alias NeedsData
import { type NeedsData } from "https://deno.land/x/actionify@0.3.0/src/types.ts";

This context is only populated for workflow runs that have dependent jobs, and changes for each job in a workflow run. You can access this context from any job or step in a workflow. This object contains all the properties listed below.

definition: [Key in NonNullable<Base["needs"]>]: OutputResult<Key, Base>