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