mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +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
@@ -83,6 +83,8 @@ jobs:
|
|||||||
NAME=$(jq -r '.name' "$f/config.json")
|
NAME=$(jq -r '.name' "$f/config.json")
|
||||||
DESCRIPTION=$(jq -r '.description' "$f/config.json")
|
DESCRIPTION=$(jq -r '.description' "$f/config.json")
|
||||||
SLUG=$(jq -r '.image' "$f/config.json" | awk -F 'alexbelgium/|-{arch' '{print $2}')
|
SLUG=$(jq -r '.image' "$f/config.json" | awk -F 'alexbelgium/|-{arch' '{print $2}')
|
||||||
|
DOWNLOADS=0
|
||||||
|
COUNT=0
|
||||||
# Get icon
|
# Get icon
|
||||||
if [ "$(jq '.panel_icon' "$f/config.json")" != null ]; then
|
if [ "$(jq '.panel_icon' "$f/config.json")" != null ]; then
|
||||||
ICON="$(jq -r '.panel_icon' "$f/config.json")"
|
ICON="$(jq -r '.panel_icon' "$f/config.json")"
|
||||||
|
|||||||
Reference in New Issue
Block a user