mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-13 17:40:31 +02:00
Update daily_README.yaml
This commit is contained in:
4
.github/workflows/daily_README.yaml
vendored
4
.github/workflows/daily_README.yaml
vendored
@@ -135,9 +135,9 @@ jobs:
|
||||
sed -i "s|%%STATS_TWO%%|${STATS_TWO^}|g" README2.md
|
||||
sed -i "s|%%STATS_THREE%%|${STATS_THREE^}|g" README2.md
|
||||
|
||||
STATSVAR="$STATS_ONE $STATS_TWO $STATS_THREE"
|
||||
# shellcheck disable=SC2002
|
||||
for var in $STATSVAR; do
|
||||
|
||||
for var in "$STATS_ONE" "$STATS_TWO" "$STATS_THREE"; do
|
||||
j=0; k=0
|
||||
# shellcheck disable=SC2002
|
||||
for i in $(sed -n "/$var/p" README2.md); do
|
||||
|
||||
Reference in New Issue
Block a user