austenstone/Get Organization Repository Names
Get all an organization's repository names to do matrix builds.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit Nov 2, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: austenstone/get-org-repos@97cd5be0027a2640c2c16f18b2a5a4e5be008fe2 # v3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client. | no | ${{ github.token }} |
| org | The org to get names from. | no | ${{ github.event.organization.login }} |
| topic-filter | The name of the topic to filter on. | no | — |
| delimiter | The delimiter to use when returning a string. | no | — |
Outputs
no outputs