diff --git a/.github/workflows/daily_READMEgen.yaml b/.github/workflows/daily_READMEgen.yaml index 270ebf1f9..859d0d6ef 100644 --- a/.github/workflows/daily_READMEgen.yaml +++ b/.github/workflows/daily_READMEgen.yaml @@ -30,7 +30,7 @@ jobs: [ $(jq '.ingress' "$f/config.json") ] && sed -i "$ADDONSLINEi ![ingress][ingress-badge]" README.md [ $(jq '.codenotary' "$f/config.json") ] && sed -i "$ADDONSLINEi ![Signed][signed-badge]" README.md [ $(jq '.version' "$f/config.json") ] && sed -i "$ADDONSLINEi ![version][version-badge]" README.md - sed -i "$ADDONSLINEi * [$(jq '.name' $f/config.json)]($f/) : jq '.description' $f/config.json" README.md + sed -i "$ADDONSLINE i [$(jq '.name' $f/config.json)]($f/) : jq '.description' $f/config.json" README.md fi done shell: bash