act/pkg/model
Ryan (hackercat) 33ccfa6f3b
Switch to interface{} instead of map[string]... (#700)
* fix: change `env` to be an interface

allows to use GitHub functions like `fromJson()`

* fix: change matrix to an interface instead of map

This allows to use GitHub functions like `fromJson()` to create dynamic
matrixes

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-06-06 14:53:18 +00:00
..
testdata refactor: NewWorkflowPlanner (#648) 2021-05-03 07:57:24 -07:00
action.go Add support for composite actions (#514) 2021-04-02 13:40:44 -07:00
planner.go $GITHUB_PATH support (#566) 2021-05-06 13:30:12 +00:00
planner_test.go refactor: NewWorkflowPlanner (#648) 2021-05-03 07:57:24 -07:00
workflow.go Switch to interface{} instead of map[string]... (#700) 2021-06-06 14:53:18 +00:00
workflow_test.go Remove pwsh -login and add Pwsh test (#660) 2021-05-05 05:57:33 +00:00