Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-21 11:04:44 +02:00
committed by GitHub
parent 01eac4b10f
commit 466d4fbf36

View File

@@ -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 $( ls | 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"