diff --git a/pkg/model/workflow.go b/pkg/model/workflow.go index 55b80fc..7d0e9e9 100644 --- a/pkg/model/workflow.go +++ b/pkg/model/workflow.go @@ -321,7 +321,7 @@ type Step struct { Env yaml.Node `yaml:"env"` With map[string]string `yaml:"with"` ContinueOnError bool `yaml:"continue-on-error"` - TimeoutMinutes int64 `yaml:"timeout-minutes"` + TimeoutMinutes string `yaml:"timeout-minutes"` } // String gets the name of step