Unverified Commit 6731f4a7 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Fix getMembershipForUserInOrg call (#10937)

parent 005711fa
......@@ -19,7 +19,7 @@ jobs:
const team_slug = 'k3s-dev';
const username = context.payload.comment.user.login;
const { data: membership } = await github.teams.getMembershipForUserInOrg({
const { data: membership } = await github.rest.teams.getMembershipForUserInOrg({
org,
team_slug,
username
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment