cyberhaveninc/Sparse Checkout

Sparse checkout of a git repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner. For example, actions/checkout${{ github.repository }}
refThe branch, tag or SHA to checkout.${{ github.sha }}
tokenPersonal access token (PAT) used to fetch the repository.${{ github.token }}
pathRelative path under $GITHUB_WORKSPACE to place the repository.
submodulesWhether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.false
include-pathsSpace-separated list of paths to include in the sparse checkout

no outputs