-
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
Checkout V3 fails in self-hosted runner on ubuntu VM with git permissions #1552
Comments
Probably related to: #1014 |
I am using v4 and have the same problem. I'm running my self-hosted runner on Debian 12. If I delete the directory it works again, but will fail next time.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brand new VM set up and having this issue on checkout action. Log shows this:
looking in the _work/MyRepo/MyRepo folder, all is owned by root (thought it would be by githubrunner account).
Is there some additional group setting or permissions needed somewhere prior to executing a workflow for checkout action to properly function?
The text was updated successfully, but these errors were encountered: