Versions in this module Expand all Collapse all v0 v0.7.0 Jan 20, 2026 v0.6.0 Dec 10, 2025 Changes in this version + func GitLabWorkflowTask(taskContext taskcommon.TaskContext, dryRun bool) (apptask.WorkflowTaskResult, error) + type RenderWorkflowResult struct + WorkflowContent string + type TemplateData struct + ContainerRuntime string + ReferencedWorkflowDependency map[string]appconfig.WorkflowDependency + RunnerTags []string + Stages []string + Version string + WorkflowDependency map[string]appconfig.WorkflowDependency + Workflows []appconfig.WorkflowData + func (t *TemplateData) GetDependency(key string) appconfig.WorkflowDependency + func (t *TemplateData) GetDependencyReference(key string) string