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