From b10c6e1e2bdce731b2da72e5b69a78194173ff6c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:59:48 +0200 Subject: [PATCH] Update daily_README.yaml --- .github/workflows/daily_README.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index 62a5694f1d..b1c6df585e 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -77,8 +77,6 @@ jobs: # --------------------------- cp .templates/.README.md README2.md ADDONSLINE="$(sed -n '/%%ADDONS_LIST%%/=' README2.md)" - # Keep the placeholder line so INSERT index stays stable - # sed -i '/%%ADDONS_LIST%%/d' README2.md # --------------------------- # Sort folders by addon name (supports config.json & config.yaml/.yml) @@ -160,6 +158,8 @@ jobs: sed -i "$ADDONSLINE"'a ✓ '"$ICON"' ['"$NAME"']('"$FOLDERNAME"'/) : '"$DESCRIPTION\\n" README2.md fi done + # Keep the placeholder line so INSERT index stays stable + sed -i 's/%%ADDONS_LIST%%//g' README2.md # --------------------------- # Restore folders name