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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name${{ github.repository }}
actorThe GitHub username identifying the user who triggered or initiated the current GitHub Actions workflow runno${{ github.actor }}
access-tokenPAT with repository scope (https://github.com/settings/tokens)no${{ github.token }}
depthDepth of the clone (default: full history)no""
branchBranch name (default: github.ref_name)no
submoduleClone with submodulesnofalse
pathRelative path under $GITHUB_WORKSPACE to place the repositoryno.

no outputs