Skip to content

Commit

Permalink
Update pkg/model/workflow.go
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Soref <[email protected]>
  • Loading branch information
ChristopherHX and jsoref authored Nov 8, 2024
1 parent b253c5d commit be575d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (w *Workflow) UnmarshalYAML(node *yaml.Node) error {
Definition: "workflow-root",
Schema: schema.GetWorkflowSchema(),
}).UnmarshalYAML(node); err != nil {
return errors.Join(err, fmt.Errorf("Actions YAML Schema Validation Error detected:\nFor more information, see https://nektosact.com/usage/schema.html."))
return errors.Join(err, fmt.Errorf("Actions YAML Schema Validation Error detected:\nFor more information, see: https://nektosact.com/usage/schema.html"))
}
type WorkflowDefault Workflow
return node.Decode((*WorkflowDefault)(w))
Expand Down

0 comments on commit be575d3

Please sign in to comment.