1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-25 19:17:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
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