act/pkg/model
Eng Zer Jun 2f1c5a19f1
refactor: move from io/ioutil to io and os packages (#1417)
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-29 17:15:38 +00:00
..
testdata implement volume mount for container job (#1101) 2022-04-04 18:01:13 +00:00
action.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
github_context.go fix: align github.ref to GitHub Action (#1362) 2022-09-26 22:49:19 +00:00
github_context_test.go fix: align github.ref to GitHub Action (#1362) 2022-09-26 22:49:19 +00:00
job_context.go refactor: export and move shared contexts into pkg/model (#931) 2021-12-22 19:52:09 +00:00
planner.go refactor: move from io/ioutil to io and os packages (#1417) 2022-10-29 17:15:38 +00:00
planner_test.go refactor: remove github.com/pkg/errors dependency (#1077) 2022-06-10 21:16:42 +00:00
step_result.go implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
workflow.go Mapping workflow_dispatch inputs into the Expression inputs context (#1363) 2022-10-17 16:25:26 +00:00
workflow_test.go fix: processing of strategy.matrix.include (#1200) 2022-06-20 15:33:07 -07:00