A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The installation and usage instructions are part of the Forgejo documentation
https://forgejo.org/docs/next/admin/actions/
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> |
||
|---|---|---|
| .github | ||
| act | ||
| cmd | ||
| main.go | ||