Update weekly_README.yaml

This commit is contained in:
Alexandre
2022-04-20 20:44:54 +02:00
committed by GitHub
parent 98021d7c29
commit 83b933af22

View File

@@ -19,7 +19,7 @@ jobs:
cp .README.j2 README.md
ADDONSLINE=$(sed -n '/%%ADDONS_LIST%%/=' README.md)
sed -i "/**ADDONS_LIST%%/d" README.md
for f in $( ls | sort -n ); do
for f in $( ls | sort -r ); do
# $f is an addon directory
if [ -f "$f"/config.json ]; then
echo "Project $f"