Skip to content

Commit

Permalink
Update workflow.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Nov 7, 2024
1 parent 4fed339 commit b253c5d
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 b253c5d

Please # to comment.