Skip to content

Commit

Permalink
fix: added _ACTION_ID in push template and moved to the top of all re…
Browse files Browse the repository at this point in the history
…port template configs (#116)
  • Loading branch information
nettrino authored Dec 29, 2023
1 parent b45c4af commit a5570d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/configs/base_report_templates.c4m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5570d8

Please sign in to comment.