reviewdog / action-eslint

Run eslint with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
237 stars 63 forks source link

Revert "fix: git error introduced in git 2.35.2" #136

Closed haya14busa closed 2 years ago

haya14busa commented 2 years ago

Reverts reviewdog/action-eslint#135

The issue should not happen with this action.

github-actions[bot] commented 2 years ago

🚀 [bumpr] Bumped! New version:v1.16.2 Changes:v1.16.1...v1.16.2

pbhandari356 commented 2 years ago

Hello @haya14busa I'm getting the reviewdog: failed to run 'git rev-parse --show-prefix': exit status 128 error and was able to temporarily fix it by adding run: sudo chown -R root:root $GITHUB_WORKSPACE before running reviewdog/action-eslint step.

Hence I created PR https://github.com/reviewdog/action-eslint/pull/135, do you think this is unrelated to the git update?

haya14busa commented 2 years ago

@pbhandari356 do you use self-hosted runner by any chance?

pbhandari356 commented 2 years ago

@haya14busa yes we do!

haya14busa commented 2 years ago

@pbhandari356 Should be fixed by https://github.com/reviewdog/action-eslint/pull/138. Can you upgrade the action?