Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-21 11:09:20 +02:00
committed by GitHub
parent d84f3a014e
commit 462a3c3cf2

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