diff --git a/.github/workflows/weekly_stats_graphs.yaml b/.github/workflows/weekly_stats_graphs.yaml index 4030b9eef..8f5770b2a 100644 --- a/.github/workflows/weekly_stats_graphs.yaml +++ b/.github/workflows/weekly_stats_graphs.yaml @@ -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"