mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 08:35:57 +02:00
Update helper_stats_graphs.yaml
This commit is contained in:
2
.github/workflows/helper_stats_graphs.yaml
vendored
2
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -153,7 +153,7 @@ jobs:
|
|||||||
# For each addon
|
# For each addon
|
||||||
for line in $(awk '{ print $1 }' Stats3); do
|
for line in $(awk '{ print $1 }' Stats3); do
|
||||||
TITLE="${line%% *}"
|
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}"
|
FOLDER="${FOLDER:2}"
|
||||||
echo "$TITLE found in $FOLDER"
|
echo "$TITLE found in $FOLDER"
|
||||||
# If non null
|
# If non null
|
||||||
|
|||||||
Reference in New Issue
Block a user