mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fix
This commit is contained in:
parent
3b87633392
commit
34c8ec67e8
@ -1634,7 +1634,7 @@ def _add_build_to_version_history(
|
||||
"git_ref": pr_info.head_ref,
|
||||
}
|
||||
|
||||
print(f"::notice ::Log Adding record to versions history: {json_str}")
|
||||
print(f"::notice ::Log Adding record to versions history: {data}")
|
||||
|
||||
ch_helper.insert_event_into(db="default", table="version_history", event=data)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user