Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/src/deps/octokit-types.ts>WorkflowDispatchEvent

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

Properties

inputs: { [k: string]: unknown; } | null

Inputs to the workflow. Each key represents the name of the input while it's value represents the value of that input.

ref: string

The branch ref from which the workflow was run.

repository: Repository
sender: User
optional
installation: InstallationLite
optional
organization: Organization
workflow: string

Relative path to the workflow file which contains the workflow.