diff --git a/.github/workflows/weekly_README.yaml b/.github/workflows/weekly_README.yaml index 1e1948d84..b9edcca13 100644 --- a/.github/workflows/weekly_README.yaml +++ b/.github/workflows/weekly_README.yaml @@ -32,8 +32,8 @@ jobs: NAME=$(jq -r '.name' $f/config.json) DESCRIPTION=$(jq -r '.description' $f/config.json) sed -i "$ADDONSLINE"'i ✓ ['"$NAME"']('"$f"'/) : '"$DESCRIPTION" README.md - sed -i "$ADDONSLINE"'a' README.md sed -i "$ADDONSLINE"'i' README.md + sed -i "$ADDONSLINE"'a' README.md fi done shell: bash