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/
Find a file
Markus Wolf 78987a6f82 refactor: simplify action function signatures (#1083)
This change reduces the interfaces by removing
obsolete parameters from functions.
Obsolete parameters does not means unused ones, but
parameters which could be retrieved from other parameters
instead.

This should simplify logic and maintainability for these
functions.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-29 17:42:11 +00:00
.github build(deps): bump actions/cache from 2 to 3 (#1082) 2022-03-28 20:05:07 +00:00
act refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
cmd feat: add bug-report flag (#1056) 2022-03-22 19:26:10 +00:00
main.go fix: set default version string (#1070) 2022-03-29 09:37:38 +00:00