saucal/Checkout Extended
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path | yes | — |
| use | Commit to build | no | current |
| token | GH Token to use for checkouts | no | ${{ github.token }} |
| repo | Repository to checkout | no | ${{ github.repository }} |
| use-cn | Commiter Name | no | github-actions[bot] |
| use-ce | Commiter Email | no | 41898282+github-actions[bot]@users.noreply.github.com |
| use-an | Author Name | no | "" |
| use-ae | Author Email | no | "" |
| continue-on-error | Continue On Error | no | false |
Outputs
| name | description |
|---|---|
| sha | SHA of checked out commit |
| an | Author name of checked out commit |
| ae | Author email of checked out commit |
| cn | Commiter name of checked out commit |
| ce | Commiter email of checked out commit |
| message | Commit message |