You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Sparse Checkout
v0.1
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'