We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28360d commit 07c283fCopy full SHA for 07c283f
.github/scripts/check_team_membership.sh
@@ -7,7 +7,7 @@ USER=$1
7
response=$(gh api \
8
-H "Accept: application/vnd.github+json" \
9
-H "X-GitHub-Api-Version: 2022-11-28" \
10
- "/orgs/immutable/teams/sdk/memberships/${USER}")
+ "/orgs/immutable/teams/passport/memberships/${USER}")
11
12
echo "$response"
13
@@ -19,4 +19,4 @@ fi
19
echo "$IS_MEMBER"
20
21
# Set the environment variable for the GitHub workflow
22
-echo "IS_MEMBER=$IS_MEMBER" >> "$GITHUB_ENV"
+echo "IS_MEMBER=$IS_MEMBER" >> "$GITHUB_ENV"
0 commit comments