mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01: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
|
||||
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))
|
||||
echo "$DOWNLOADS amd64 users"
|
||||
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}')" && \
|
||||
DOWNLOADS=$(( $DOWNLOADS + $COUNT))
|
||||
|
||||
Reference in New Issue
Block a user