1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-20 19:06:59 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Jon Jensen 182e1be469 Fix noisy runs-on error logging (#2102)
Move the logging back up a level to fix a minor logging issue introduced in #2088

`RunContext`s for composite actions have dummy/blank `Job`s with no `runs-on`,
meaning their calls to `withGithubEnv` would result in an inaccurate log message
complaining that `'runs-on' key not defined in ...`

Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-16 23:04:54 +00:00
.github build(deps): bump actions/setup-go from 4 to 5 (#2118) 2023-12-11 03:07:56 +00:00
act Fix noisy runs-on error logging (#2102) 2023-12-16 23:04:54 +00:00
cmd Support array expressions in runs-on (#2088) 2023-11-12 17:40:06 +00:00
main.go feat: add check for newer versions (#1562) 2023-01-15 10:30:41 +00:00