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
Earl Warren 187e1df52c fix: reduce the time during which the database stays open
* During get/upload, close the database while reading/writing so
  it does not stay open for longer than necessary. This may be helpful
  when uploads run in parallel.
* Be more informative when returning error 500
* Make useCache handle errors
* Return 500 immediately when writing the cache fails instead of falling
  through to 200

Refs: https://code.forgejo.org/forgejo/runner/issues/509
2025-03-23 23:25:09 +01:00
act fix: reduce the time during which the database stays open 2025-03-23 23:25:09 +01:00
cmd fix: partial secure cache 2025-03-21 13:45:51 +00:00
main.go feat: add check for newer versions (#1562) 2023-01-15 10:30:41 +00:00