mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 10:51:01 +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
@@ -19,7 +19,7 @@ jobs:
|
||||
cp .templates/.README.md README2.md
|
||||
ADDONSLINE=$(sed -n '/%%ADDONS_LIST%%/=' README2.md)
|
||||
sed -i "/**ADDONS_LIST%%/d" README2.md
|
||||
for f in $( find * -type d | sort -r ); do
|
||||
for f in $( find ./* -type d | sort -r ); do
|
||||
# $f is an addon directory
|
||||
if [ -f "$f"/config.json ]; then
|
||||
echo "Project $f"
|
||||
|
||||
Reference in New Issue
Block a user