tmp2
This commit is contained in:
parent
e0bd35cb6d
commit
5a2e6c1f87
|
@ -110,6 +110,7 @@ def gitea_handle_issue_action():
|
|||
github = Github(app.config["GITHUB_ACCESS_TOKEN"])
|
||||
|
||||
data = request.json
|
||||
print(data)
|
||||
|
||||
try:
|
||||
event_type = data["action"]
|
||||
|
@ -219,6 +220,7 @@ def github_handle_issue_action():
|
|||
github = Github(app.config["GITHUB_ACCESS_TOKEN"])
|
||||
|
||||
data = request.json
|
||||
print(data)
|
||||
|
||||
try:
|
||||
event_type = data["action"]
|
||||
|
|
Loading…
Reference in New Issue