Skip to content

Commit 52f5c45

Browse files
author
R
authored
fix: allow TimeoutMinutes to be expression (nektos#1217)
1 parent 3415347 commit 52f5c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/workflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ type Step struct {
321321
Env yaml.Node `yaml:"env"`
322322
With map[string]string `yaml:"with"`
323323
ContinueOnError bool `yaml:"continue-on-error"`
324-
TimeoutMinutes int64 `yaml:"timeout-minutes"`
324+
TimeoutMinutes string `yaml:"timeout-minutes"`
325325
}
326326

327327
// String gets the name of step

0 commit comments

Comments
 (0)