doktor-se/gha-checkout
Composite action to checkout current repository, initialise private submoduels and checkout private actions repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github PAT with access to repo, submodules and actions | no | — |
| ref | Git reference to checkout for repo | no | — |
| fetch-depth | Number of commits to fetch, this applies to code and submodule, not actions. 0 indicates all history for all branches and tags. | no | 1 |
| submodules | Whether to checkout submodules `true` to checkout submodules or `recursive` to recursively checkout submodules. | no | true |
| actions | Repository name for private actions, set to 'false' to skip | no | composite-actions |
| actions-ref | Git reference to checkout for private actions | no | main |
Outputs
no outputs