UNPKG

@estruyf/github-actions-reporter

Version:
16 lines (15 loc) 419 B
import { DisplayLevel } from "./index.js"; export interface GitHubActionOptions { title?: string; useDetails?: boolean; showAnnotations: boolean; showAnnotationsInColumn?: boolean; showTags: boolean; showError?: boolean; quiet?: boolean; includeResults?: DisplayLevel[]; debug?: boolean; showArtifactsLink?: boolean; azureStorageUrl?: string; azureStorageSAS?: string; }