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

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

A deployment to a repository environment. This will only be populated if the check run was created by a GitHub Actions workflow job that references an environment.

Properties

url: string
id: number
node_id: string
task: string
original_environment: string
environment: string
description: string | null
created_at: string
updated_at: string
statuses_url: string
repository_url: string