Skip to content

Commit

Permalink
Update add-team-member.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Oct 6, 2024
1 parent be6ac9c commit 46618a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/utils/add-team-member.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @param {String} username - member to check for team membership
*/
async function addTeamMember(github, context, team, username){

// nonsense
const baseMember = await github.request('GET /orgs/{org}/teams/{team_slug}/memberships/{username}', {
org: context.repo.owner,
team_slug: team,
Expand Down

0 comments on commit 46618a8

Please sign in to comment.