You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @GMartigny ,
It was long time ago. I really even don't remember I wrote this. But it looks like I didn't left it without answer. Just read my Upd. :)
So I think in your case something like this can help:
Bug report
We have such an error when running as github action in
node:lts-hydrogen
container:To avoid this
chromaui/action
just should do what git asked for, for example inactions/checkout
there is parameter in input settings that is running this: https://github.com/actions/checkout/blob/96f53100ba2a5449eb71d2e6604bbcd94b9449b5/action.yml#L80that is doing this:
https://github.com/actions/checkout/blob/96f53100ba2a5449eb71d2e6604bbcd94b9449b5/src/git-source-provider.ts#L43
Can we add the same into
chromaui/action
, please?Upd:
Main issue here is docker uses not the same user id and group id as underlying host. So solution is here:
actions/runner#691
I'm closing it.
The text was updated successfully, but these errors were encountered: