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 2938569 commit 03fc6f3Copy full SHA for 03fc6f3
list_all_github_app_in_org.py
@@ -32,8 +32,7 @@ def list_github_apps_in_organization(organization: str):
32
if response_json.get('installationss') is not None:
33
list_of_installations = response_json["installations"]
34
print(f'Found {len(list_of_installations)} GitHub App in {organization} organization')
35
- else:
36
- exit()
+
37
# Convert list of dictionaries to JSON string
38
json_data = json.dumps(list_of_installations, indent=4)
39
0 commit comments