mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02: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
|
# Inverse file
|
||||||
gawk -i inplace '{for(i=NF;i>1;i--)printf "%s ",$i;printf "%s",$1;print ""}' Stats3
|
gawk -i inplace '{for(i=NF;i>1;i--)printf "%s ",$i;printf "%s",$1;print ""}' Stats3
|
||||||
# For each addon
|
# For each addon
|
||||||
|
# shellcheck disable=SC2013
|
||||||
for line in $(awk '{ print $1 }' Stats3); do
|
for line in $(awk '{ print $1 }' Stats3); do
|
||||||
TITLE="${line%% *}"
|
TITLE="${line%% *}"
|
||||||
FOLDER="$(grep -irl "ghcr.io/alexbelgium/$TITLE-{arch}" --include="config.*" . | xargs -r dirname)"
|
FOLDER="$(grep -irl "ghcr.io/alexbelgium/$TITLE-{arch}" --include="config.*" . | xargs -r dirname)"
|
||||||
|
|||||||
Reference in New Issue
Block a user