Update weekly_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 12:28:28 +01:00
committed by GitHub
parent 742e7b5491
commit 520099a262

View File

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