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
In a persistent action runner where the repo isn't recreated every time, if custom hooks are used, the checkout action with lfs: true fails because git lfs install --local errors due to not wanting to overwrite the custom hooks.
Possible fixes that come to mind are an option to skip git lfs install or having the option to not install hooks via running git lfs install --local --manual instead.
The text was updated successfully, but these errors were encountered:
I'm not sure what you're asking? This is with self hosted runners and persistent repositories. If memory serves, git lfs install --local is run every time prior to checkout.
In a persistent action runner where the repo isn't recreated every time, if custom hooks are used, the checkout action with
lfs: true
fails becausegit lfs install --local
errors due to not wanting to overwrite the custom hooks.Possible fixes that come to mind are an option to skip
git lfs install
or having the option to not install hooks via runninggit lfs install --local --manual
instead.The text was updated successfully, but these errors were encountered: