int128/list-organization-teams-action
Return a list of teams which a user belongs to in the organization.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | GitHub organization | yes | ${{ github.repository_owner }} |
| usernames | GitHub usernames (multiline) | yes | — |
| includes | If set, filter team names (multiline) | no | — |
| limit | If set, limit the number of teams returned | no | 0 |
| add-prefix | If set, add a prefix to a team name | no | — |
| token | GitHub Token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| teams | List of teams (multiline) |