mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 21:31:50 +02: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
|
}' Stats3 > StatsTmp && mv StatsTmp Stats3
|
||||||
# Add download count to names
|
# Add download count to names
|
||||||
for var in $(head -n 1 Stats3); do
|
for var in $(awk '{ print $1, $NF }' Stats3); do
|
||||||
i=0
|
i=0
|
||||||
j=0
|
j=0
|
||||||
k=0
|
k=0
|
||||||
|
|||||||
Reference in New Issue
Block a user