[removeme] print out the incoming repo messages

This commit is contained in:
stupidcomputer 2024-10-09 06:37:06 -05:00
parent 67314c71cf
commit 3b0618d639

View File

@ -34,6 +34,7 @@ def gitea_handle_repo_action():
github = Github(app.config["GITHUB_ACCESS_TOKEN"]) github = Github(app.config["GITHUB_ACCESS_TOKEN"])
data = request.json data = request.json
print(data)
try: try:
repository = data["repository"] repository = data["repository"]