-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix git error introduced in git 2.35.2 #44
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix!
🚀 [bumpr] Bumped! New version:v1.11.1 Changes:v1.11.0...v1.11.1 |
@@ -2,6 +2,8 @@ | |||
|
|||
cd "${GITHUB_WORKSPACE}" || exit 1 | |||
|
|||
git config --global --add safe.directory $GITHUB_WORKSPACE || exit 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how can I write this in yaml file to prevent the detekt failure which is happening due to reviewDog?
Git v2.35.2 spec changes are causing this action to error during run.
Related issues;
This PR follows the same process to fix the issue as the PR fix in action-yamllint.