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
Seunghyun Hwang c9298d0078 implement volume mount for container job (#1101)
* implement volume mount for container job

* Update pkg/runner/run_context.go

Co-authored-by: Ryan <me@hackerc.at>

* add tests for container volume mount options

* remove unused code

* prefer if-else instead of if-continue

* remove continue

* add some tests

Co-authored-by: Ryan <me@hackerc.at>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-04-04 18:01:13 +00:00
.github ci: bump go to 1.18 (#1087) 2022-03-29 20:10:32 +00:00
act implement volume mount for container job (#1101) 2022-04-04 18:01:13 +00:00
cmd feat: add option to specify git remote name (#1104) 2022-04-04 17:53:08 +00:00
main.go fix: set default version string (#1070) 2022-03-29 09:37:38 +00:00