From c98e511c1dd194322d52ef45afa7df85c3091de7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:44:31 +0100 Subject: [PATCH] Update weekly_stats_graphs.yaml --- .github/workflows/weekly_stats_graphs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly_stats_graphs.yaml b/.github/workflows/weekly_stats_graphs.yaml index 7cd57bf91..dfbdef663 100644 --- a/.github/workflows/weekly_stats_graphs.yaml +++ b/.github/workflows/weekly_stats_graphs.yaml @@ -142,11 +142,12 @@ jobs: - name: Create individual stats run: | - # Prepare dagta + # Prepare data cp Stats Stats3 # Remove Totals sed -i "2d" Stats3 # Transpose data + echo "1" awk ' { for (i=1; i<=NF; i++) { @@ -154,6 +155,7 @@ jobs: } } NF>p { p = NF } + echo "2" END { for(j=1; j<=p; j++) { str=a[1,j] @@ -164,6 +166,7 @@ jobs: } }' Stats3 > StatsTmp && mv StatsTmp Stats3 # For each addon, create graph + echo "3" #input="Stats3" for line in $(head -1 Stats3); do TITLE="${line%% *}"