Matthew Versluys
Results
2
comments of
Matthew Versluys
Worth noting that this https://github.com/actions/checkout/blob/main/src/git-source-provider.ts#L188 causes all LFS files to be retrieved for the given branch. When using sparse-checkout *AND* lfs, checkout will only download lfs files as needed so...
I haven't found a workaround yet. My next move was to try adding some logging to verify my hypothesis.