From 34c8ec67e88351541e627fb7faf13d66c179eb2c Mon Sep 17 00:00:00 2001 From: Nikita Taranov Date: Tue, 26 Mar 2024 15:09:16 +0000 Subject: [PATCH] fix --- tests/ci/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/ci.py b/tests/ci/ci.py index b913550e3c9..c9b93533b66 100644 --- a/tests/ci/ci.py +++ b/tests/ci/ci.py @@ -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)