From 99835e3683bf5d650b8fe4d18a85694f312e5f78 Mon Sep 17 00:00:00 2001 From: Thomas Martin <2121321@stud.hs-mannheim.de> Date: Tue, 26 Nov 2024 08:49:21 +0100 Subject: [PATCH] push to new branch --- infrastructure/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/main.py b/infrastructure/main.py index 1df4dcb..a811666 100644 --- a/infrastructure/main.py +++ b/infrastructure/main.py @@ -6,6 +6,7 @@ from google.cloud import storage def handle_webhook(request): request_json = request.get_json() # Check if the required fields are in the request + print(request_json) if not request_json or "repository" not in request_json: return "Invalid request: 'repository' field missing", 400