jtcorc01/Clone Github Repo Action
Github Action to clone a public or private Github repository and access its content on others repositories' workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Repository Owner | yes | — |
| repository | Repository name | yes | — |
| access-token | PAT with repository scope (https://github.com/settings/tokens) | no | — |
| depth | Depth of the clone (default: full history) | no | "" |
| branch | Branch name (default: main) | no | main |
| submodule | Clone with submodules | no | false |
Outputs
no outputs