From a25e560a0dd98a68fd8c64746a2abd3c82b3650d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 20 Jan 2023 18:52:36 +0100 Subject: [PATCH] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index fb35a8c6c..3169f4739 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -180,7 +180,7 @@ jobs: } }' Stats3 > StatsTmp && mv StatsTmp Stats3 # Plot graph - gnuplot-nox -persist <<-EOFMarker + ( gnuplot-nox -persist <<-EOFMarker set title 'Total addons' set ylabel 'Number of installations' set xdata time @@ -193,6 +193,7 @@ jobs: set output 'stats_addons.png' plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines EOFMarker + ) || true #plot for [i=1:*] 'Stats3' using 0:i rm Stats3 - name: Commit if needed