Skip to content

Commit

Permalink
Update adminteamassign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler authored Aug 23, 2024
1 parent 5f47156 commit d8e6296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adminteamassign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
github-token: ${{ secrets.EA_BOT_F24 }}
script: |
return octokit.rest.teams.listMembersInOrg({
return github.rest.teams.listMembersInOrg({
org: context.repo.owner,
team_slug: "${{env.TEAM_SLUG}}"
})
Expand Down

0 comments on commit d8e6296

Please sign in to comment.