actions-marketplace-validations/Cached LFS checkout with submodules
Git checkout with LFS files from cache, including support for submodules
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner | no | ${{ github.repository }} |
| ref | The branch, tag or SHA to checkout | no | "" |
| token | PAT used to fetch the repository | no | ${{ github.token }} |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | no | "" |
| fetch-depth | Number of commits to fetch. 0 indicates all history for all branches and tags | no | 1 |
| submodules | Whether to checkout submodules. Accepted values are: true, false, recursive | no | "" |
Outputs
no outputs