spotdemo4/Better Checkout
A better version of actions/checkout
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | token for checkout and git operations | no | ${{ github.token }} |
| app-id | github app/client id | no | — |
| client-id | github app/client id | no | — |
| private-key | github app private key | no | — |
| ref | git ref to checkout | no | — |
| fetch-depth | depth for git fetch | no | 1 |
| submodules | whether to checkout submodules | no | false |
| path | path to checkout the repository into | no | — |
Outputs
| name | description |
|---|---|
| platform | detected platform |
| os | detected operating system |
| arch | detected architecture |
| token | app token |
| name | git user name |
| git user email |