Skip to content

Commit fefff3c

Browse files
committed
fix: use team slug when retrieving team invites [skip fix]
1 parent 4b41d33 commit fefff3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export class GitHub {
292292
this.client.teams.listPendingInvitationsInOrg,
293293
{
294294
org: env.GITHUB_ORG,
295-
team_slug: team.name
295+
team_slug: team.slug
296296
}
297297
)
298298
teamInvitations.push(

0 commit comments

Comments
 (0)