Skip to content

Commit

Permalink
Merge pull request #5 from baloise-copilot/feat/teamchange
Browse files Browse the repository at this point in the history
changing powershell script
  • Loading branch information
Solaflex authored Sep 19, 2024
2 parents 206c189 + 92f1893 commit fb8f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
Write-Host "Checking $member"
if (-not $users.Contains($member)) {
Write-Host "Removing $member"
gh api --method DELETE orgs/${{ github.repository_owner }}/teams/test123/memberships/$member
gh api --method DELETE orgs/${{ github.repository_owner }}/teams/copilot-licenced-users/memberships/$member
}
}

0 comments on commit fb8f405

Please sign in to comment.