1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Markus Wolf 6b4cd9973b fix: keep action inputs (#1215)
Do not initialize inputs a second time (in pre and main step).
When the action setup already run during pre step, we must not
re-run it during the main step, otherwise the inputs will be
overwritten by possible other action inputs.
2022-06-20 14:58:51 -07:00
.github governance: fix bug report rendering (#1186) 2022-05-26 21:46:12 +00:00
act fix: keep action inputs (#1215) 2022-06-20 14:58:51 -07:00
cmd feat: add ubuntu-22.04 (#1150) 2022-05-17 19:11:33 +00:00
main.go feat: handle context cancelation during docker exec (#1170) 2022-05-24 14:52:25 +00:00