Skip to content

Commit

Permalink
Set CFL team
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 12, 2023
1 parent d6156c9 commit 1051a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1051a3b

Please sign in to comment.