-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Enable debug/verbose logging to diagnose failures of fetching the repository #1713
Comments
Hi @matusnovak! You can enable robust Git logging within your workflow by adding the This can be done in your workflows via This example works on Linux and MacOS based runners:
Once you check your workflow logs, you'll then see more robust outputs similar to this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a problem that in my private repo the fetching step fails, but I could not find any way to diagnose the problem.
Such output looks like this:
Which is not helpful.
Is there any way how I can enable debug or verbose logging for
actions/checkout
, so that I could diagnose the problem on why the git command failed?The text was updated successfully, but these errors were encountered: