Skip to content

Commit aef3e9c

Browse files
geofffranksameowlia
andcommitted
update remove individual access action
Signed-off-by: Amelia Downs <[email protected]> Co-authored-by: Amelia Downs <[email protected]>
1 parent 662b852 commit aef3e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/remove-individual-access.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
set -e
2121
set -o pipefail
2222
23-
gh api "repos/${repo}"
2423
community/org/generate_working_group_projects_sync_config.sh | jq -r .[].repositories[].name | grep -E "^cloudfoundry/" | while read -r repo; do
2524
gh api "repos/${repo}/collaborators?affiliation=direct" | jq -r .[].login | while read -r user; do
2625
echo "remove ${user} from ${repo}"

0 commit comments

Comments
 (0)