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
Wink Saville 3eca82a113 Fix issue 416 (#423)
This is a solution to issue #416 where environment variables created or
changed in the previous step are not usable in the next step because
the rc.ExprEval is from the beginning of the previous step.

This change refactors setupEnv so that before interpolating the environment
variables a NewExpressionEvaluator is created.


Fixes: 416
2021-01-12 16:02:54 -08:00
.github GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
act Fix issue 416 (#423) 2021-01-12 16:02:54 -08:00
cmd Make all secrets case insensitive by formatting them to uppercase (#470) 2021-01-12 09:54:53 -08:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00