amulet-team/Checkout PEP 440
Checkout a Git repository using a PEP 440 version specifier. Requires Python with packaging installed.
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 | yes | — |
| specifier | The PEP 440 version specifier to match against. | yes | — |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | yes | — |
| rest-token | The Github authentication token to use to access the REST API. | yes | — |
| submodules | Should submodules be cloned. false|true|recursive | — | false |
Outputs
| name | description |
|---|---|
| ref | The tag that was checked out. |