-
-
Notifications
You must be signed in to change notification settings - Fork 45
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 `fatal: unsafe repository ('/github/workspace' is owned by someon… #19
Conversation
…e else)` Looks like there were some changes to git, and this action currently errors out. ``` fatal: unsafe repository ('/github/workspace' is owned by someone else) ``` The fix is to add a safe directory (tested in a separate repo). Related Stack Overflow: https://stackoverflow.com/questions/71849415/cannot-add-parent-directory-to-safe-directory-on-git
Please Merge this PR soon. our workflows are failing because of the same issue |
@micnncim any chance we can please merge this one? It's causing failures for us as well 🙏 thanks in advance |
LGTM |
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 fixing this.
So the release is failing because it depends on itself to produce the release |
#21 this way you can use specific commit to get out of this deadlock |
I manually created a new tag and release: https://github.com/actions-ecosystem/action-get-latest-tag/releases/tag/v1.6.0. Also, I overrode the |
actions-ecosystem#19) * Fix `fatal: unsafe repository ('/github/workspace' is owned by someone else)` Looks like there were some changes to git, and this action currently errors out. ``` fatal: unsafe repository ('/github/workspace' is owned by someone else) ``` The fix is to add a safe directory (tested in a separate repo). Related Stack Overflow: https://stackoverflow.com/questions/71849415/cannot-add-parent-directory-to-safe-directory-on-git * Update entrypoint.sh
…e else)`
What this PR does / Why we need it
Looks like there were some changes to git, and this action currently errors out.
The fix is to add a safe directory (tested in a separate repo, but please test here as well).
Related Stack Overflow: https://stackoverflow.com/questions/71849415/cannot-add-parent-directory-to-safe-directory-on-git
Which issue(s) this PR fixes
Fixes #