mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-06 06:06:50 +08:00
Using exposed function.
This commit is contained in:
@@ -247,7 +247,7 @@ func (c *Client) ValidateWorkflowExecution(namespace string, manifest []byte) (e
|
||||
return
|
||||
}
|
||||
|
||||
workflows, err := unmarshalWorkflows(manifest, true)
|
||||
workflows, err := UnmarshalWorkflows(manifest, true)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user