act/pkg
Hisham Muhammad 91296bd5eb
fix: allow TimeoutMinutes to be expression in Jobs ()
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 . See:

52f5c4592c

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-07-08 00:31:19 +00:00
..
artifacts Added support for chunked uploads. () 2022-06-20 15:06:55 -07:00
common Improve logging () 2022-06-17 15:55:21 +00:00
container feat: non root user container () 2022-06-20 15:47:39 -07:00
exprparser implement pre and post steps () 2022-05-24 13:36:06 +00:00
model fix: allow TimeoutMinutes to be expression in Jobs () 2022-07-08 00:31:19 +00:00
runner fix: use docker images from dockerhub () 2022-07-08 00:21:51 +00:00