Organization name where the team exists (case-insensitive). This is the organization that owns the team, not necessarily the repository owner.
repostring
Required
Repository name, without the `.git` extension (case-insensitive).
ownerstring
Required
Account owner of the repository (case-insensitive). This is the user or organization that owns the repository. In most cases, this should match the 'org' parameter value.
team_slugstring
Required
The team's slug (URL-friendly name).
permission
Permission level to grant the team. Valid values: 'pull' (read-only), 'triage' (manage issues/PRs), 'push' (read/write), 'maintain' (manage repo settings plus push), 'admin' (full control). Custom repository role names are also supported if defined by the organization.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not