From 4bf2ded8fd550a5af7f57c10a6733ebf9ad418c7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 2 Dec 2022 13:46:23 +0100 Subject: [PATCH] Update daily_README.yaml --- .github/workflows/daily_README.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index a55562489..94e709142 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -90,12 +90,12 @@ jobs: echo "$DOWNLOADS amd64 users" ARCH=armv7 COUNT="$(curl -f -s -L https://github.com/alexbelgium/hassio-addons/pkgs/container/$SLUG-$ARCH/latest | awk '/Total downloads/{getline; print}' | awk -F '<|>' '{print $3}')" && \ + echo "$COUNT armv7 users with $SLUG" DOWNLOADS=$(( $DOWNLOADS + $COUNT)) - echo "$DOWNLOADS armv7 users with $SLUG" ARCH=aarch64 COUNT="$(curl -f -s -L https://github.com/alexbelgium/hassio-addons/pkgs/container/$SLUG-$ARCH/latest | awk '/Total downloads/{getline; print}' | awk -F '<|>' '{print $3}')" && \ + echo "$COUNT aarch64 users" DOWNLOADS=$(( $DOWNLOADS + $COUNT)) - echo "$DOWNLOADS aarch64 users" # Write infos sed -i "$ADDONSLINE"'{G;}' README2.md