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 4e42f52 commit 9f39216Copy full SHA for 9f39216
.github/actions/cleanup/entrypoint.sh
@@ -143,7 +143,7 @@ delete_networkpeerings_for_project() {
143
for connection in $(echo "$connections" | jq -cr '.[]'); do
144
id=$(echo "$connection" | jq -r '.id')
145
echo "Removing connection $id"
146
- mongocli networking peering delete "$id" --force --projectId "$projectID"
+ mongocli atlas networking peering delete "$id" --force --projectId "$projectID"
147
done
148
}
149
0 commit comments