This change stops act from rejecting valid entries such as
```
timeout-minutes: ${{ matrix.runtime == 'v8' && 30 || 15 }}
```
at the job level.
This change complements the fix that was already in place
for the Step struct, done in #1217. See:
|
||
|---|---|---|
| .. | ||
| artifacts | ||
| common | ||
| container | ||
| exprparser | ||
| model | ||
| runner | ||