Versions in this module Expand all Collapse all v0 v0.19.0 May 4, 2026 Changes in this version + type GetWorkflowUsage struct + func (g *GetWorkflowUsage) Cancel(ctx core.ExecutionContext) error + func (g *GetWorkflowUsage) Cleanup(ctx core.SetupContext) error + func (g *GetWorkflowUsage) Color() string + func (g *GetWorkflowUsage) Configuration() []configuration.Field + func (g *GetWorkflowUsage) Description() string + func (g *GetWorkflowUsage) Documentation() string + func (g *GetWorkflowUsage) ExampleOutput() map[string]any + func (g *GetWorkflowUsage) Execute(ctx core.ExecutionContext) error + func (g *GetWorkflowUsage) HandleHook(ctx core.ActionHookContext) error + func (g *GetWorkflowUsage) HandleWebhook(ctx core.WebhookRequestContext) (int, *core.WebhookResponseBody, error) + func (g *GetWorkflowUsage) Hooks() []core.Hook + func (g *GetWorkflowUsage) Icon() string + func (g *GetWorkflowUsage) Label() string + func (g *GetWorkflowUsage) Name() string + func (g *GetWorkflowUsage) OutputChannels(configuration any) []core.OutputChannel + func (g *GetWorkflowUsage) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error) + func (g *GetWorkflowUsage) Setup(ctx core.SetupContext) error + type GetWorkflowUsageConfiguration struct + Repositories []string + type GetWorkflowUsageMetadata struct + Repositories []RepositoryMetadata + type RepositoryMetadata struct + ID int64 + Name string + URL string + type WorkflowUsageResult struct + IncludedMinutes float64 + MinutesUsed float64 + MinutesUsedBreakdown gh.MinutesUsedBreakdown + Repositories []string + TotalPaidMinutesUsed float64