Closed JohNan closed 2 years ago
We are in need of this fix too as our GitHub Action broke. An alternative would be to pin the git version installed in the Dockerfile
to avoid another regression like this.
Thank you for the quick fix! Merged and briefly checked. Please let me know if the issue persists.
@nikitasavinov thanks for merging this! Are you able to cut a new release to include this? We don't use latest
and instead pin all our dependencies including the version of this GitHub Action (which is currently pinned to v0.5.0
)
Absolutely - in fact, it's already done!
Fantastic, this did the trick for us. Thank you!
The GitHub Actions fails Due to Git v2.35.2 spec changes.
Fixes error thrown by reviewdog
See https://github.com/reviewdog/reviewdog/issues/1158 for more info