Skip to content
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

Latest change (1.45.0) is causing the "fatal: detected dubious ownership in repository at '/github/workspace' 11" bug. #181

Closed
antroy-xlab opened this issue Sep 13, 2022 · 4 comments

Comments

@antroy-xlab
Copy link

A change yesterday is causing the tagging action to fail with: fatal: detected dubious ownership in repository at '/github/workspace' 11

I believe it is due to the change in 1.45.0 which narrows the scope of the git config --global --add safe.directory line.

In addition, I would have expected that action to actually fail in this case, but instead it displays the error, but does not tag the code and continues with the workflow masking the root cause of the issue.

@johnykov
Copy link

same story on my side I had to downgrade to 1.40.0

@haooliveira84
Copy link

Same here! I had to downgrade to 1.42.0

@arnested
Copy link

Downgrading to 1.44.0 was sufficient for me.

This was referenced Sep 14, 2022
@sammcj
Copy link
Collaborator

sammcj commented Sep 14, 2022

yikes! OK another test case needs to be added for this!

Going to revert in #183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants