Closed fatmcgav closed 1 year ago
And as soon as I open an issue, I spot a warning on the job where i've typo'd the checkout
action...
It should be fetch-depth
, not depth
.
And in my use, it needs to be set to 0
.
Maybe worth adding to the repo for anyone else who comes along? :bow:
Hey there,
I'm trying to use
gta
to detect changes in a Golang monorepo onpush
events in Github actions.However I am getting the following error:
The workflow currently looks like:
I've tried changing the
checkout
step such as removing thedepth
, or setting it to2
. However the error doesn't change.If I run
gta
locally on the same branch, I get the expected changed list...Any suggestions?
Thanks