kolanich-ghactions/checkout
Fetches the content of the current repo without relying on Node.js and its machinery.
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. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. | — | ${{ github.sha }} |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | — | "" |
| fetch-depth | Number of commits to fetch. | — | 50 |
| submodules | Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules. When the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS. | — | false |
Outputs
no outputs