actions-marketplace-validations/Get GitHub team members
Retrieve team members from a GitHub team
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org | Name of the org | yes | ${{ github.repository_owner }} |
| team_slug | Slug of the team | yes | — |
| role | Role of the member. Must be one of: member, maintainer, all. | no | all |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| data | Raw member data from GitHub API |
| members | GitHub logins of team members |