Update daily_README.yaml

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

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 -maxdepth 0 | sort -r ); do
for f in $( ls | sort -r ); do
# $f is an addon directory
if [ -f "$f"/config.json ]; then
echo "Project $f"