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 a09b46b898 Normalise Runs.Using to lowercase (#222)
Currently, providing `using: Docker` is an error as the switch statement in `step_context.go` is case sensitive.

Actions run successfully on GitHub with `using: Docker` leading me to believe that they're case insensitive. This commit updates `act` to match

Co-authored-by: Casey Lee <cplee@nektos.com>
2020-05-03 20:59:13 -07:00
.github Fix 132 - support for chocolatey install (#144) 2020-03-09 17:49:55 -07:00
act Normalise Runs.Using to lowercase (#222) 2020-05-03 20:59:13 -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