summaryrefslogtreecommitdiffstats
path: root/modules/actions
diff options
context:
space:
mode:
Diffstat (limited to 'modules/actions')
-rw-r--r--modules/actions/workflows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/actions/workflows.go b/modules/actions/workflows.go
index 3786f2a274..7ba82004df 100644
--- a/modules/actions/workflows.go
+++ b/modules/actions/workflows.go
@@ -29,7 +29,7 @@ type DetectedWorkflow struct {
}
func init() {
- model.OnDecodeNodeError = func(node yaml.Node, out interface{}, err error) {
+ model.OnDecodeNodeError = func(node yaml.Node, out any, err error) {
// Log the error instead of panic or fatal.
// It will be a big job to refactor act/pkg/model to return decode error,
// so we just log the error and return empty value, and improve it later.