mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Preserve the whole event for debugging
This commit is contained in:
parent
6d532d310d
commit
b1fcdfcaad
@ -276,7 +276,7 @@ def exec_workflow_url(urls_to_cancel, token):
|
||||
|
||||
def main(event):
|
||||
token = get_token_from_aws()
|
||||
DEBUG_INFO["event_body"] = event["body"]
|
||||
DEBUG_INFO["event"] = event
|
||||
event_data = json.loads(event["body"])
|
||||
|
||||
print("Got event for PR", event_data["number"])
|
||||
|
Loading…
Reference in New Issue
Block a user