Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Page Build

Properties

id: number
build: { url: string; status: string; error: { message: string | null; }; pusher: User; commit: string; duration: number; created_at: string; updated_at: string; }
repository: Repository
sender: User
optional
installation: InstallationLite
optional
organization: Organization