austenstone/List Repositories Languages
List a repositories languages using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| owner | The owner of the repository | no | ${{ github.repository_owner }} |
| repo | The name of the repository | no | ${{ github.event.repository.name }} |
| codeql | Filter the languages to only those that are supported by CodeQL | no | false |
Outputs
| name | description |
|---|---|
| languages | The languages of the repository as a JSON array |