Commit Graph
8 Commits
Author SHA1 Message Date
KADOTA, KyoheiandGitHub 010e459e95 Clean the repository cache if it is in incomplete state (#595) 2021-04-06 06:43:02 -07:00
316b078f8c Shouldn't rewrite dot in a string to index syntax (#502)
Co-authored-by: Casey Lee <[email protected]>
2021-02-08 09:14:12 -08:00
KADOTA, KyoheiandGitHub 2d1a946fb1 Throw an error if the steps has a invalid uses directive (#500)
* Throw an error if the steps has a invalid uses directive

* Refactor TestStepContextExecutor
2021-01-23 08:07:28 -08:00
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