We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3415347 commit 52f5c45Copy full SHA for 52f5c45
pkg/model/workflow.go
@@ -321,7 +321,7 @@ type Step struct {
321
Env yaml.Node `yaml:"env"`
322
With map[string]string `yaml:"with"`
323
ContinueOnError bool `yaml:"continue-on-error"`
324
- TimeoutMinutes int64 `yaml:"timeout-minutes"`
+ TimeoutMinutes string `yaml:"timeout-minutes"`
325
}
326
327
// String gets the name of step
0 commit comments