Skip to content

Commit

Permalink
test: username case
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Jun 7, 2024
1 parent 9b9cda2 commit 1e00ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_team_membership.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x
USER=$1
TOKEN=$2

response=$(curl -L -H "Authorization: Bearer $TOKEN" -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" "https://api.github.com/orgs/immutable/teams/sdk/memberships/$USER")
response=$(curl -L -H "Authorization: Bearer $TOKEN" -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" "https://api.github.com/orgs/immutable/teams/sdk/memberships/codeschwert")

echo "$response"

Expand Down

0 comments on commit 1e00ef5

Please sign in to comment.