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
Torbjørn Vatn b60851b818 GitHub env file support (#426)
* Upgrade to the official golangci-lint action and fix some issues it found

* Update deps

* Remove a shadow warning

* Initialize the splitPattern only once

* Initial attempt at supporting $GITHUB_ENV

Needs some polishing and tests

* Now it's actually working

* Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term

* Disable the issue-228 test again

* The linter is picky

* Discovered that the workflow/envs.txt had to exist in certain cases

* Fix small linter issue
2021-01-11 22:39:43 -08:00
.github GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
act GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
cmd GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00