Open
Description
I have some large files in my repository that are slowing down the checkout process. To work around this locally, I can use the following command:
git clone --no-checkout --filter=blob:limit=1m
However, I cannot find any ways to pass in these additional options to the checkout
action.
Any ideas how to skip large files with this checkout action?
Metadata
Metadata
Assignees
Labels
No labels