We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
A few Github Actions jobs which run git diff --exit-code received a error currently:
git diff --exit-code
warning: Not a git repository. Use --no-index to compare two paths outside a working tree usage: git diff --no-index [<options>] <path> <path>
e.g. https://github.com/apache/arrow-datafusion/actions/runs/4093544289/jobs/7059343655, https://github.com/apache/arrow-datafusion/actions/runs/4092342002/jobs/7057053547
Found some similar issues like actions/checkout#363, but it was reported long time ago, not sure why suddenly this happens to datafusion CI.
To Reproduce
See action links.
Expected behavior
CI should work. Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
git diff: Not a git repository
I believe this was fixed by #5177
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
A few Github Actions jobs which run
git diff --exit-code
received a error currently:e.g. https://github.com/apache/arrow-datafusion/actions/runs/4093544289/jobs/7059343655, https://github.com/apache/arrow-datafusion/actions/runs/4092342002/jobs/7057053547
Found some similar issues like actions/checkout#363, but it was reported long time ago, not sure why suddenly this happens to datafusion CI.
To Reproduce
See action links.
Expected behavior
CI should work.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: