main-quest/actions.checkout-action
Checks out a private action to ./.github/actions/<owner>/<repo> and outputs this local path as 'path'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | E.g. <owner>/<repo> | yes | — |
| ssh-key | — | yes | — |
Outputs
| name | description |
|---|---|
| path | The local path of the action to be used for the 'uses: <path>' in your workflow |