From a5570d8814567ab34529336b900ada8052c51594 Mon Sep 17 00:00:00 2001 From: Theofilos Petsios Date: Fri, 29 Dec 2023 20:03:01 +0200 Subject: [PATCH] fix: added _ACTION_ID in push template and moved to the top of all report template configs (#116) --- src/configs/base_report_templates.c4m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configs/base_report_templates.c4m b/src/configs/base_report_templates.c4m index 0d37487b..449285d6 100644 --- a/src/configs/base_report_templates.c4m +++ b/src/configs/base_report_templates.c4m @@ -1667,6 +1667,9 @@ report_template push_default { You can certainly collect a lot more data here, but we expect it should usually be redundant w/ the info you collected during a build. """ + key._ACTION_ID.use = true + key._TIMESTAMP.use = true + key._DATETIME.use = true key._OPERATION.use = true ~key._CURRENT_HASH.use = true key._STORE_URI.use = true