tetrateio/Checkout
Checkout a Git repository at a particular version
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 }} |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | — | — |
| actor | The current actor fetching the repository | — | ${{ github.actor }} |
| token | The current token used for fetching the repository | — | ${{ github.token }} |
Outputs
no outputs