mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-31 08:57:42 +01:00
Update daily_README.yaml
This commit is contained in:
8
.github/workflows/daily_README.yaml
vendored
8
.github/workflows/daily_README.yaml
vendored
@@ -138,10 +138,10 @@ jobs:
|
||||
# Make stats
|
||||
sort -k2,2 -n Stats.md > tmp && mv tmp Stats
|
||||
sed -i "1i Name Total armv7 amd64 aarch64" Stats
|
||||
TOTAL="$(awk '{SUM+=$2}END{print SUM}')"
|
||||
TOTAL1="$(awk '{SUM+=$2}END{print SUM}')"
|
||||
TOTAL2="$(awk '{SUM+=$2}END{print SUM}')"
|
||||
TOTAL3="$(awk '{SUM+=$2}END{print SUM}')"
|
||||
TOTAL="$(awk '{SUM+=$2}END{print SUM}' Stats)"
|
||||
TOTAL1="$(awk '{SUM+=$2}END{print SUM}' Stats)"
|
||||
TOTAL2="$(awk '{SUM+=$2}END{print SUM}' Stats)"
|
||||
TOTAL3="$(awk '{SUM+=$2}END{print SUM}' Stats)"
|
||||
|
||||
# Make plot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user