fonestardev/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 |
|---|---|---|---|
| repository | Repository name | — | ${{ github.repository }} |
| actor | The GitHub username identifying the user who triggered or initiated the current GitHub Actions workflow run | no | ${{ github.actor }} |
| access-token | PAT with repository scope (https://github.com/settings/tokens) | no | ${{ github.token }} |
| depth | Depth of the clone (default: full history) | no | "" |
| branch | Branch name (default: github.ref_name) | no | — |
| submodule | Clone with submodules | no | false |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | no | . |
Outputs
no outputs