Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 17:47:03 +01:00
committed by GitHub
parent fa18eead17
commit c684708993

View File

@@ -153,7 +153,7 @@ jobs:
# For each addon
for line in $(awk '{ print $1 }' Stats3); do
TITLE="${line%% *}"
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" hassio-addons | xargs -r dirname)"
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs -r dirname)"
echo "$TITLE foudn in $FOLDER"
# If non null
if [[ ${#FOLDER} -gt 2 ]]; then