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:
|
||
|---|---|---|
| .. | ||
| testdata | ||
| action.go | ||
| github_context.go | ||
| github_context_test.go | ||
| job_context.go | ||
| planner.go | ||
| planner_test.go | ||
| step_result.go | ||
| workflow.go | ||
| workflow_test.go | ||