diff --git a/.github/workflows/daily_READMEgen.yaml b/.github/workflows/daily_READMEgen.yaml index cac5d7e33..67e938d16 100644 --- a/.github/workflows/daily_READMEgen.yaml +++ b/.github/workflows/daily_READMEgen.yaml @@ -32,7 +32,7 @@ jobs: [ $(jq '.version' "$f/config.json") ] && echo "version" && sed -i "$ADDONSLINE"'i ![version][version-badge]' README.md || true NAME=$(jq '.name' $f/config.json) DESCRIPTION=$(jq '.description' $f/config.json) - sed -i "$ADDONSLINE"'i ['"$NAME"']'('"$f"'/) : '"$DESCRIPTION" README.md + sed -i "$ADDONSLINE"'i ['$NAME']('$f'/) : '"$DESCRIPTION" README.md fi done shell: bash