Sparse Checkout
ActionsSparse checkout a git repository, especially to speedup mono-repositories clone time
v0.4
LatestBy gogaille
Tags
(2)This action allows to sparse checkout a git repository, aims to speedup cloning time on mono repositories.
Required The patterns to sparse checkout into the repository. Default "*"
.
- uses: gogaille/sparse-checkout
with:
patterns: 'some_directory some_other_directory'
Sparse Checkout is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.