raven-actions/Get Repositories
🗄️ Get organization or user repos based on the topics filter (with logic AND/OR) to use in the matrix job or another action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | GitHub Organization or User name, default to `github.repository_owner` | no | ${{ github.repository_owner }} |
| topics | Comma-separated list of repository topics | no | — |
| operator | Operator to use when filtering repositories by topics, `OR` or `AND`, default to `OR` | no | OR |
| matrix-use | Output to use in the matrix job?, `true` or `false` | no | true |
| format | Output format, `json` or `flat`, default to `json` | no | json |
| delimiter | Delimiter to use when `format` is `flat`, default to `\n` | no | — |
| github-token | GitHub Token with `repo` scope, default to `github.token` | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| count | Number of found repositories |
| repos | Repositories |
| format | Output format |