mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01: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
|
||||
# For each addon, create graph
|
||||
input="Stats3"
|
||||
while IFS= read -r line; do
|
||||
#input="Stats3"
|
||||
for line in $(head -1 Stats3); do
|
||||
TITLE="${line%% *}"
|
||||
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found"
|
||||
# if folder exists
|
||||
|
||||
Reference in New Issue
Block a user