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
KADOTA, Kyohei 501e2e4d5f Fix "reference not found" error (#433)
If an action uses the branch to pin the major version, `- use: user/action@v1`
will stop with an error: "v1: reference not found."

In this case `act` should use refs/remotes/origin/v1 as a name to resolve v1 revision.

Co-authored-by: Casey Lee <cplee@nektos.com>
2021-01-11 22:47:33 -08:00
.github GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
act Fix "reference not found" error (#433) 2021-01-11 22:47:33 -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