mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-14 11:31:31 +02:00
Update daily_README.yaml
This commit is contained in:
2
.github/workflows/daily_README.yaml
vendored
2
.github/workflows/daily_README.yaml
vendored
@@ -91,7 +91,7 @@ jobs:
|
|||||||
ARCH=armv7
|
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}')" && \
|
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}')" && \
|
||||||
DOWNLOADS=$(( $DOWNLOADS + $COUNT))
|
DOWNLOADS=$(( $DOWNLOADS + $COUNT))
|
||||||
echo "$DOWNLOADS amd64 users"
|
echo "$DOWNLOADS armv7 users with $SLUG"
|
||||||
ARCH=aarch64
|
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}')" && \
|
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}')" && \
|
||||||
DOWNLOADS=$(( $DOWNLOADS + $COUNT))
|
DOWNLOADS=$(( $DOWNLOADS + $COUNT))
|
||||||
|
|||||||
Reference in New Issue
Block a user