sass/Cloned Linked Repo

Clone a repo at a version linked from a PR description.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoThe slug (e.g. "sass/sass") of the repository whose PR links this action should look for. yes
tokenThe GitHub token used to access the pull request's message. ${{ github.token }}
default-refThe default branch to check out when this isn't a PR or doesn't link to a PR. Note that if the current branch or PR base is of the form "feature.*", this will always use the same branch name as the default. This may be `null` to indicate that the repository shouldn't be cloned at all if there isn't a linked PR or a feature branch. main
ssh-keyPassed directly to actions/checkout.
ssh-known-hostsPassed directly to actions/checkout.
ssh-strictPassed directly to actions/checkout.
persist-credentialsPassed directly to actions/checkout.
pathLike actions/checkout's path parameter, but defaults to the repository name rather than the current working directory.
cleanPassed directly to actions/checkout.
fetch-depthPassed directly to actions/checkout.
lfsPassed directly to actions/checkout.
submodulesPassed directly to actions/checkout.
namedescription
cloned"true" if the repo was cloned, "false" if it wasn't.