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

x/actionify/src/actions/types.ts>PreIf

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

Allows you to define conditions for the pre: action execution. The pre: action will only run if the conditions in pre-if are met. If not set, then pre-if defaults to always(). Note that the step context is unavailable, as no steps have run yet.

definition: string