parse raw on (#11)

Reviewed-on: https://gitea.com/gitea/act/pulls/11
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Lunny Xiao
2023-01-31 15:49:55 +08:00
committed by Jason Song
parent 1ba076d321
commit e46ede1b17
3 changed files with 268 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ func NewInterpeter(
gitCtx *model.GithubContext,
results map[string]*JobResult,
) exprparser.Interpreter {
strategy := make(map[string]interface{})
if job.Strategy != nil {
strategy["fail-fast"] = job.Strategy.FailFast