act/pkg/model
Markus Wolf 409446211f
fix: the number in the github event is of type number ()
* fix: the number in the github event is of type number

The go %s formattig option outputs the type if the given
input value is not of type string.

* test: update test data as well

* fix: use floats
2022-07-12 11:36:53 +00:00
..
testdata implement volume mount for container job () 2022-04-04 18:01:13 +00:00
action.go implement pre and post steps () 2022-05-24 13:36:06 +00:00
github_context.go fix: the number in the github event is of type number () 2022-07-12 11:36:53 +00:00
github_context_test.go fix: the number in the github event is of type number () 2022-07-12 11:36:53 +00:00
job_context.go refactor: export and move shared contexts into pkg/model () 2021-12-22 19:52:09 +00:00
planner.go refactor: remove github.com/pkg/errors dependency () 2022-06-10 21:16:42 +00:00
planner_test.go refactor: remove github.com/pkg/errors dependency () 2022-06-10 21:16:42 +00:00
step_result.go implement pre and post steps () 2022-05-24 13:36:06 +00:00
workflow.go fix: allow TimeoutMinutes to be expression in Jobs () 2022-07-08 00:31:19 +00:00
workflow_test.go fix: processing of strategy.matrix.include () 2022-06-20 15:33:07 -07:00