diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 0018c4a59..38bd3634c 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -157,7 +157,8 @@ jobs: # If non null if [[ ${#FOLDER} -gt 2 ]]; then cp Stats3 StatsTmp - sed -i "/$TITLE/!d" StatsTmp + sed -n "/Date/p" Stats3 > StatsTmp + sed -n "/$TITLE/p" Stats3 >> StatsTmp # Transpose data awk ' {