lee-lott-actions/Verify Team Exists

Validates if a GitHub team exists in the specified organization using the GitHub API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
team-nameThe slugified name of the team to validate (e.g., "code-approvers")yes
tokenGitHub token with organization read permissionsyes
ownerThe owner of the organization (user or organization)yes
namedescription
resultResult of the action ("success" or "failure")
team-existsWhether the team exists in the organization ("true" or "false")
error-messageError message if the team existence check fails