Skip to content

Composite github action to sparse checkout a repository.

License

Notifications You must be signed in to change notification settings

gogaille/sparse-checkout

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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'