Skip to content

Commit

Permalink
Fix empty inputs context
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Dec 22, 2021
1 parent 686898e commit 4c99bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/runner/expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func (rc *RunContext) NewExpressionEvaluator() ExpressionEvaluator {
Strategy: strategy,
Matrix: rc.Matrix,
Needs: using,
Inputs: rc.Inputs,
}
return expressionEvaluator{
interpreter: exprparser.NewInterpeter(ee, exprparser.Config{
Expand Down

0 comments on commit 4c99bd7

Please sign in to comment.