mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update weekly_stats.yaml
This commit is contained in:
2
.github/workflows/weekly_stats.yaml
vendored
2
.github/workflows/weekly_stats.yaml
vendored
@@ -187,7 +187,7 @@ jobs:
|
||||
}
|
||||
}' Stats3 > StatsTmp && mv StatsTmp Stats3
|
||||
# Add download count to names
|
||||
for var in $(head -n 1 Stats3); do
|
||||
for var in $(awk '{ print $1, $NF }' Stats3); do
|
||||
i=0
|
||||
j=0
|
||||
k=0
|
||||
|
||||
Reference in New Issue
Block a user