From 18f4b35b245554a949bd5ec47ea849bcf8638cf9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:50:16 +0100 Subject: [PATCH] Update weekly_stats_graphs.yaml --- .github/workflows/weekly_stats_graphs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/weekly_stats_graphs.yaml b/.github/workflows/weekly_stats_graphs.yaml index dfbdef663..3e9e85627 100644 --- a/.github/workflows/weekly_stats_graphs.yaml +++ b/.github/workflows/weekly_stats_graphs.yaml @@ -167,7 +167,6 @@ jobs: }' Stats3 > StatsTmp && mv StatsTmp Stats3 # For each addon, create graph echo "3" - #input="Stats3" for line in $(head -1 Stats3); do TITLE="${line%% *}" FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found" @@ -205,7 +204,6 @@ jobs: EOFMarker ) fi - done < "$input" # Clean files rm Stats3