mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update helper_stats_graphs.yaml
This commit is contained in:
3
.github/workflows/helper_stats_graphs.yaml
vendored
3
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -153,7 +153,8 @@ 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-" . | xargs -r dirname)"
|
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" hassio-addons | xargs -r dirname)"
|
||||||
|
echo "$TITLE foudn in $FOLDER"
|
||||||
# If non null
|
# If non null
|
||||||
if [[ ${#FOLDER} -gt 2 ]]; then
|
if [[ ${#FOLDER} -gt 2 ]]; then
|
||||||
cp Stats3 StatsTmp
|
cp Stats3 StatsTmp
|
||||||
|
|||||||
Reference in New Issue
Block a user