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
hackercat fa98d68724 Update test workflows and improve expression_test.go/run_context_test.go (#560)
* fix: give case insensitive secret more meanigful name

* refactor: use `string` in generating `env:` and `steps:` for workflows

Smaller text generation is much better to read with normal strings than
raw string literals.

* feat: sort keys for `env:` so it's always in specific order

* fix: update test workflows
2021-03-12 16:25:10 -08:00
.github Update test workflows and improve expression_test.go/run_context_test.go (#560) 2021-03-12 16:25:10 -08:00
act Update test workflows and improve expression_test.go/run_context_test.go (#560) 2021-03-12 16:25:10 -08:00
cmd Add --userns flag to support Docker daemon that enables user namespace (#533) 2021-02-27 08:31:25 -08:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00