Skip to main content
Module

x/actionify/mod.ts>ActionTemplate

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

Properties

optional
events: keyof WorkflowEvents
optional
env: string
optional
services: string
optional
jobs: string
optional
jobOutputs: string
optional
hoistEnv: string
optional
steps: string
optional
stepOutputs: string
optional
secrets: string
optional
needs: string
optional
matrix: string
optional
inputs: string
optional
outputs: string
optional
stepId: string