act/pkg/model
Michael Heap 6d6ea7ac04
Implement UnmarshalYAML for ActionRunsUsing ()
In  I added case normalisation to ReadAction() to ensure that Docker and docker are interpreted the same way.

I realised that this was being done at the wrong level and required multiple type conversions. By implementing `func (a ActionRunsUsing) UnmarshalYAML` we can lowercase the string as it's being unserialized

This has an added benefit that any time this type is hydrated the `runs.using` key will be lowercased, rather than relying on `ReadAction()`
2020-05-04 05:40:11 -07:00
..
action.go Implement UnmarshalYAML for ActionRunsUsing () 2020-05-04 05:40:11 -07:00
planner.go fix - support matrix expressions in job name () 2020-02-26 23:29:43 -08:00
workflow.go Add support for runs-on array form (closes ) () 2020-03-16 14:58:10 -07:00
workflow_test.go fix 99: support string and map variants of container 2020-02-24 22:35:08 -08:00