Skip to content

Commit 9f39216

Browse files
Fixed cleaner (#685)
1 parent 4e42f52 commit 9f39216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cleanup/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ delete_networkpeerings_for_project() {
143143
for connection in $(echo "$connections" | jq -cr '.[]'); do
144144
id=$(echo "$connection" | jq -r '.id')
145145
echo "Removing connection $id"
146-
mongocli networking peering delete "$id" --force --projectId "$projectID"
146+
mongocli atlas networking peering delete "$id" --force --projectId "$projectID"
147147
done
148148
}
149149

0 commit comments

Comments
 (0)