1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
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