godllke/GitHub Repository Properties as Outputs
Retrieve GitHub Custom Properties from a repository and export them as GitHub Actions outputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub access token with repository read permissions. If not provided, will try to use GITHUB_TOKEN or GH_PAT environment variables. | no | "" |
| repository_owner | Repository owner (organization or user). If not provided, will use GITHUB_REPOSITORY_OWNER environment variable or current repository owner. | no | "" |
| repository_name | Repository name. If not provided, will use GITHUB_REPOSITORY_NAME environment variable or current repository name. | no | "" |
Outputs
| name | description |
|---|---|
| properties | All repository custom properties will be exported as individual outputs with their property names as keys |