sass/Cloned Linked Repo
Clone a repo at a version linked from a PR description.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The slug (e.g. "sass/sass") of the repository whose PR links this action should look for. | yes | — |
| token | The GitHub token used to access the pull request's message. | — | ${{ github.token }} |
| default-ref | The 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-key | Passed directly to actions/checkout. | — | — |
| ssh-known-hosts | Passed directly to actions/checkout. | — | — |
| ssh-strict | Passed directly to actions/checkout. | — | — |
| persist-credentials | Passed directly to actions/checkout. | — | — |
| path | Like actions/checkout's path parameter, but defaults to the repository name rather than the current working directory. | — | — |
| clean | Passed directly to actions/checkout. | — | — |
| fetch-depth | Passed directly to actions/checkout. | — | — |
| lfs | Passed directly to actions/checkout. | — | — |
| submodules | Passed directly to actions/checkout. | — | — |
Outputs
| name | description |
|---|---|
| cloned | "true" if the repo was cloned, "false" if it wasn't. |