Update weekly_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 12:24:25 +01:00
committed by GitHub
parent f3c6e2e9d4
commit e35548a0e4

View File

@@ -167,7 +167,7 @@ jobs:
input="Stats3"
while IFS= read -r line; do
TITLE="${line%% *}"
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname) || true"
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found"
# if folder exists
if [ -d "$FOLDER" ]; then
echo "$TITLE"