Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-21 11:07:42 +02:00
committed by GitHub
parent 466d4fbf36
commit d4e01682d3

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"