cyberhaveninc/Sparse Checkout
Sparse checkout of a git repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, actions/checkout | — | ${{ github.repository }} |
| ref | The branch, tag or SHA to checkout. | — | ${{ github.sha }} |
| token | Personal access token (PAT) used to fetch the repository. | — | ${{ github.token }} |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | — | . |
| submodules | Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules. | — | false |
| include-paths | Space-separated list of paths to include in the sparse checkout | — | — |
Outputs
no outputs