[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
1 changed files with 1 additions and 0 deletions

View File

@ -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"]