Skip to main content
Module

x/actionify/mod.ts>DefineWorkflowsProps

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

Properties

optional
cleanupRoot: boolean | undefined

Set to true to clean the directory before generating the workflow files.

optional
rootDirectory: string | URL

The location to place the generated files.

workflows: AnyWorkflow[]

The workflow definitions which will be placed into the root directory.