From 520099a2622f5360a91ffb99188eb7860806d551 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 12:28:28 +0100 Subject: [PATCH] Update weekly_stats_graphs.yaml --- .github/workflows/weekly_stats_graphs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly_stats_graphs.yaml b/.github/workflows/weekly_stats_graphs.yaml index 8f5770b2a..7cd57bf91 100644 --- a/.github/workflows/weekly_stats_graphs.yaml +++ b/.github/workflows/weekly_stats_graphs.yaml @@ -164,8 +164,8 @@ jobs: } }' Stats3 > StatsTmp && mv StatsTmp Stats3 # For each addon, create graph - input="Stats3" - while IFS= read -r line; do + #input="Stats3" + for line in $(head -1 Stats3); do TITLE="${line%% *}" FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found" # if folder exists