Skip to content

Sparse Checkout

Actions
Sparse checkout a git repository, especially to speedup mono-repositories clone time
v0.4
Latest
Star (3)

Sparse checkout composite action

This action allows to sparse checkout a git repository, aims to speedup cloning time on mono repositories.

Inputs

patterns

Required The patterns to sparse checkout into the repository. Default "*".

Example usage

- 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.

About

Sparse checkout a git repository, especially to speedup mono-repositories clone time
v0.4
Latest

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.