From 885f47130f2a988ccc89794090a5648dd28044ff Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Dec 2022 06:25:42 +0100 Subject: [PATCH] Update daily_README.yaml --- .github/workflows/daily_README.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index 3ce70091f..c0c174470 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -147,13 +147,15 @@ jobs: TOTAL2="$(awk '{SUM+=$2}END{print SUM}' Stats)" TOTAL3="$(awk '{SUM+=$2}END{print SUM}' Stats)" echo "4" - + # Make plot + #apt-get install gnuplot -y #https://www.xmodulo.com/draw-stacked-histogram-gnuplot.html # Restore folders name - + + echo "Restore structure" find -- * -maxdepth 0 -type d | sort -r | while read -r f; do if [ -f "$f/oldname" ]; then NAME="$(cat "$f/oldname")" @@ -164,6 +166,7 @@ jobs: # Replace template if change + echo "Replace template" if [[ "$(stat -c%s "README2.md")" == "$(stat -c%s "README.md")" ]]; then echo "no changes" rm README2.md