From c4908e36b0a8c1bbc378369c3b9452d74655a9ad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 18:32:13 +0100 Subject: [PATCH] Update helper_stats_graphs.yaml --- .github/workflows/helper_stats_graphs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 7d606356f..3f39c551c 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -154,7 +154,8 @@ jobs: for line in $(awk '{ print $1 }' Stats3); do TITLE="${line%% *}" FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs -r dirname)" - echo "$TITLE foudn in $FOLDER" + FOLDER="${FOLDER:2}" + echo "$TITLE found in $FOLDER" # If non null if [[ ${#FOLDER} -gt 2 ]]; then cp Stats3 StatsTmp