From 3b0618d63975088fbf1ed06e05d9554366f129b4 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 9 Oct 2024 06:37:06 -0500 Subject: [PATCH] [removeme] print out the incoming repo messages --- bridge/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bridge/__init__.py b/bridge/__init__.py index 3aa7f41..e6a272d 100644 --- a/bridge/__init__.py +++ b/bridge/__init__.py @@ -34,6 +34,7 @@ def gitea_handle_repo_action(): github = Github(app.config["GITHUB_ACCESS_TOKEN"]) data = request.json + print(data) try: repository = data["repository"]