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
Ed 6bf905c84b Fix Cartesian product to return empty set if empty set is given (#503)
This fixes #499, where a matrix strategy with only include keys ends up
causing multiple builds.  This bugs appears to have been introduced in #415,
when extra include keys are added in the matrix strategy.  The cause
seems to be because the CartesianProduct function returns an item with
empty keys, instead of return an empty set.

Co-authored-by: Ed Tan <edtan@users.noreply.github.com>
2021-01-23 14:55:54 -08:00
.github update stale labels to stop closing issues that are NOT stale 2021-01-18 10:41:49 -08:00
act Fix Cartesian product to return empty set if empty set is given (#503) 2021-01-23 14:55:54 -08:00
cmd Load .secrets file as default (#488) 2021-01-19 06:31:46 -08:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00