anothrNick / github-tag-action

A Github Action to tag a repo on merge.
MIT License
765 stars 379 forks source link

Permission Issues on self hosted runners #295

Open mattthaber opened 10 months ago

mattthaber commented 10 months ago

Hello 👋

We have been experiencing issues since using this action on a self hosted runner. Due to the docker container running as root, i believe it creates filers in ./.git folder that is owned by root, which then breaks future checkouts on the self hosted runner.

Obviously the self hosted runner should be doing some clean up, but running as root is still an issue i believe

sbe-arg commented 10 months ago

I don't have an answer. But will leave open for any other collaborator running self hosted runners to comment.