mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +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
@@ -60,7 +60,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Populate template
|
# 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
|
# $f is an addon directory
|
||||||
if [ -f "$f/config.json" ]; then
|
if [ -f "$f/config.json" ]; then
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user