mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update helper_stats_graphs.yaml
This commit is contained in:
1
.github/workflows/helper_stats_graphs.yaml
vendored
1
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -151,6 +151,7 @@ jobs:
|
||||
# Inverse file
|
||||
gawk -i inplace '{for(i=NF;i>1;i--)printf "%s ",$i;printf "%s",$1;print ""}' Stats3
|
||||
# For each addon
|
||||
# shellcheck disable=SC2013
|
||||
for line in $(awk '{ print $1 }' Stats3); do
|
||||
TITLE="${line%% *}"
|
||||
FOLDER="$(grep -irl "ghcr.io/alexbelgium/$TITLE-{arch}" --include="config.*" . | xargs -r dirname)"
|
||||
|
||||
Reference in New Issue
Block a user