Michael Heap 6d6ea7ac04
Implement UnmarshalYAML for ActionRunsUsing (#223)
In #222 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
..
2020-04-23 08:18:36 -07:00
2020-02-24 12:48:12 -08:00
2020-02-24 12:48:12 -08:00
2020-03-12 17:22:33 -07:00
2020-02-20 21:05:42 -05:00
2020-04-23 08:18:36 -07:00