Documentation
¶
Overview ¶
Package githubsetup creates Codog-compatible GitHub Actions setup reports.
Index ¶
Constants ¶
View Source
const ( DefaultSecretName = "ANTHROPIC_API_KEY" DocsURL = "https://github.com/anthropics/claude-code-action/blob/main/docs/setup.md" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
Kind string `json:"kind"`
Action string `json:"action"`
Status string `json:"status"`
Workspace string `json:"workspace"`
Repo string `json:"repo,omitempty"`
SecretName string `json:"secret_name"`
DryRun bool `json:"dry_run"`
DocsURL string `json:"docs_url"`
Workflows []WorkflowFile `json:"workflows"`
Instructions []string `json:"instructions"`
Warnings []string `json:"warnings,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.