mirror of
https://gitea.com/gitea/runner.git
synced 2026-07-09 00:08:39 +08:00
91296bd5eb
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:
https://github.com/nektos/act/commit/52f5c4592cbbf2e4dde3b35ad42f4e7475ad52df
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>