lee-lott-actions/Verify Team Exists
Validates if a GitHub team exists in the specified organization using the GitHub API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| team-name | The slugified name of the team to validate (e.g., "code-approvers") | yes | — |
| token | GitHub token with organization read permissions | yes | — |
| owner | The owner of the organization (user or organization) | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the action ("success" or "failure") |
| team-exists | Whether the team exists in the organization ("true" or "false") |
| error-message | Error message if the team existence check fails |