[removeme] print out the incoming repo messages
This commit is contained in:
parent
67314c71cf
commit
3b0618d639
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue