Jacob Feldman
Jacob Feldman
I have reproduced it in a pet project of mine: https://github.com/gcp-sargeras/gcp-sargeras.com/pull/32
@ashkulz I have been only able to reproduce it in a GitHub action, I also haven't been able to hit the error locally.
> @cooljacob204 can you try removing that `git fetch ...` after the actions/checkout step. Also try adding fetch depth of 0 on the checkout. > > ```yaml > - uses:...
> And you got that git fetch command from the README here? Yup.