mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 01:18: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
@@ -60,7 +60,7 @@ jobs:
|
||||
done
|
||||
|
||||
# Populate template
|
||||
for f in $(dirname "$(find -- */config.json -maxdepth 0 -type d | sort -r )"); do
|
||||
for f in $(find -- */config.json -maxdepth 0 -type d | sort -r ); do
|
||||
# $f is an addon directory
|
||||
if [ -f "$f/config.json" ]; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user