From f3c6e2e9d4cc845b898bbe9c5f1e676ab4ed7509 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 12:22:59 +0100 Subject: [PATCH] Update weekly_stats_graphs.yaml --- .github/workflows/weekly_stats_graphs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly_stats_graphs.yaml b/.github/workflows/weekly_stats_graphs.yaml index 3c46c132b..4030b9eef 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)" + FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname) || true" # if folder exists if [ -d "$FOLDER" ]; then echo "$TITLE"