fix: allow TimeoutMinutes to be expression (#1217)

This commit is contained in:
R 2022-06-16 22:57:19 +02:00 committed by GitHub
parent 3415347efc
commit 52f5c4592c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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