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>PostIf

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

Allows you to define conditions for the post: action execution. The post: action will only run if the conditions in post-if are met. If not set, then post-if defaults to always().

definition: string