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
Robert Stupp 442a8a95ae Prefer go-git to find the reference name (#633)
Walking the directory tree underneath `.git/refs` is not reliable, as it usually does not
return tags, especially for freshly cloned repos and/or tags fetched from a remote.

The go-git library provides an iterator over all git references.

This approach prefers a reference (tag, branch) from go-git, if found. If none is found,
it falls back to the previous implementation.
2021-05-03 07:32:00 -07:00
.github feat: Speeding up workflows (#643) 2021-05-02 08:13:30 -07:00
act Prefer go-git to find the reference name (#633) 2021-05-03 07:32:00 -07:00
cmd fix: reworked container architecture (#619) 2021-05-02 08:15:13 -07:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00