Skip to content

Commit

Permalink
Update extensions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Sep 18, 2024
1 parent 55515d6 commit 0b19afb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
team_slug: 'frequent-flyers',
username: context.payload.issue.user.login
});
console.log(context.payload.issue.user.login);
console.log(membership);
if (membership && membership.state === 'active') {
core.setOutput('is_team_member', 'true');
} else {
Expand Down

0 comments on commit 0b19afb

Please sign in to comment.