Update weekly_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 14:50:16 +01:00
committed by GitHub
parent c98e511c1d
commit 18f4b35b24

View File

@@ -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