Commit Graph
5 Commits
Author SHA1 Message Date
KADOTA, KyoheiandGitHub 719a077b7c Stop current execution if there is the invalid syntax in the workflow (#495) 2021-01-21 06:00:33 -08:00
e6fcfed458 Format sources with gofmt (#472)
Co-authored-by: Casey Lee <[email protected]>
2021-01-14 21:37:38 -08:00
KADOTA, KyoheiandGitHub 6e1cdeefc0 Fix "reference not found" error on checkout (#433) (#471) 2021-01-14 21:24:17 -08:00
1b38d5c4d9 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 <[email protected]>
2021-01-11 22:47:33 -08:00
8887daa3e7 Fix tests if there are hooks generated by templates (#434)
If there are custom hooks in ~/.git_template/hooks,
they can occur an error on such as pre-commit hooks.

Co-authored-by: Casey Lee <[email protected]>
2021-01-11 22:35:57 -08:00