From fa18eead17c710dfee0a96264d2c1069e3c8ed6d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:45:22 +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 38bd3634c..56a05b122 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -153,7 +153,8 @@ jobs: # For each addon for line in $(awk '{ print $1 }' Stats3); do TITLE="${line%% *}" - FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs -r dirname)" + FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" hassio-addons | xargs -r dirname)" + echo "$TITLE foudn in $FOLDER" # If non null if [[ ${#FOLDER} -gt 2 ]]; then cp Stats3 StatsTmp