diff --git a/.github/workflows/check_author.yml b/.github/workflows/check_author.yml index 840292560..6e03add0a 100644 --- a/.github/workflows/check_author.yml +++ b/.github/workflows/check_author.yml @@ -16,7 +16,7 @@ jobs: const creator = context.payload.sender.login const result = await github.rest.teams.getMembershipForUserInOrg({ org: context.repo.owner, - team_slug: 'my-cool-team', + team_slug: 'codeforlife', username: creator }) console.log(creator, result) // do whatever you want