1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Michael Heap 18bc8ff929 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
.github Fix 132 - support for chocolatey install (#144) 2020-03-09 17:49:55 -07:00
act Implement UnmarshalYAML for ActionRunsUsing (#223) 2020-05-04 05:40:11 -07:00
cmd feat: load every environment from --env-file to workflow (#184) 2020-04-17 10:04:40 -07:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00