Replies: 1 comment 2 replies
-
Can we create an issue for that so we can clean-up the unnecessary info log? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our dependabot run on github actions (via the out-of-the-box Github integration) runs the same
git config
commands before every github action.They don't take up time, but they spam the logs and make it difficult to debug other issues.
For example:
Beta Was this translation helpful? Give feedback.
All reactions