Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 19:25:57 +01:00
committed by GitHub
parent b349492134
commit 8d9454626a

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-{arch}" ./config.* | xargs -r dirname)"
FOLDER="$(grep -irl "ghcr.io/alexbelgium/$TITLE-{arch}" --include="config.*" . | xargs -r dirname)"
FOLDER="${FOLDER:2}"
echo "$TITLE found in $FOLDER"
# If non null