-
Notifications
You must be signed in to change notification settings - Fork 36
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 ownership issue #44
Fix git ownership issue #44
Conversation
Confirmed it fixes the issue now. @TomasVotruba |
Thank you... lets give this a try 👍 |
Just ran into this problem and couldn't fix it. Thank you very much for this fix! But... Config: Result:
Can you tell me pls what I'm doing wrong? P.S. In case of: |
@SerafimArts, this repo was transferred to @danharrin. |
Oh! You changed the naming of the tags (prefix "v" has been added), did not notice. Before: Is it just me or is this a mistake in the tag name? |
It's on purpose, @SerafimArts. |
Ok =) Just please note that in this case using the old P.S. The same applies to the current README, it is not compatible with the new tag naming. |
@danharrin thank you for taking over the repo. @zepfietje thank you for the fix. |
This PR
attempts to fixfixes #36.Running the git command in our own workflow doesn't work, since it needs to be run inside the Docker container.
I'm not entirely sure if this fixes the issue, but this comment says it should: actions/runner-images#6775 (comment).