mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-20 04:50:31 +02:00
Update weekly_stats_graphs.yaml
This commit is contained in:
4
.github/workflows/weekly_stats_graphs.yaml
vendored
4
.github/workflows/weekly_stats_graphs.yaml
vendored
@@ -164,8 +164,8 @@ jobs:
|
|||||||
}
|
}
|
||||||
}' Stats3 > StatsTmp && mv StatsTmp Stats3
|
}' Stats3 > StatsTmp && mv StatsTmp Stats3
|
||||||
# For each addon, create graph
|
# For each addon, create graph
|
||||||
input="Stats3"
|
#input="Stats3"
|
||||||
while IFS= read -r line; do
|
for line in $(head -1 Stats3); do
|
||||||
TITLE="${line%% *}"
|
TITLE="${line%% *}"
|
||||||
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found"
|
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found"
|
||||||
# if folder exists
|
# if folder exists
|
||||||
|
|||||||
Reference in New Issue
Block a user