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

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

Configures the path to the composite action, and the application used to execute the code.

Properties

using: "composite"

To use a composite run steps action, set this to 'composite'.

steps: ({ [k: string]: unknown; } | { [k: string]: unknown; })[]

The run steps that you plan to run in this action.