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.