mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-01 06:40: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
@@ -169,7 +169,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
|
||||||
# Only top 10
|
# Only top 10
|
||||||
head -n 12 Stats3 > tmp_file && mv tmp_file Stats3
|
head -n 11 Stats3 > tmp_file && mv tmp_file Stats3
|
||||||
# Transpose data
|
# Transpose data
|
||||||
awk '
|
awk '
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user