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:
6
.github/workflows/daily_README.yaml
vendored
6
.github/workflows/daily_README.yaml
vendored
@@ -47,8 +47,10 @@ jobs:
|
||||
DESCRIPTION=$(jq -r '.description' "$f/config.json")
|
||||
|
||||
# Get icon
|
||||
if [ "$(jq '.panel_icon' "$f/config.json")" ]; then
|
||||
ICON=".svg)"
|
||||
if [ "$(jq '.panel_icon' "$f/config.json")" != null ]; then
|
||||
ICON="$(jq -r '.panel_icon' "$f/config.json")"
|
||||
ICON=${ICON#*:}
|
||||
ICON=""
|
||||
else
|
||||
ICON=""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user