From 0fa686adfcc14eff0c66810dbe2c4f25f2bad4b2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Apr 2022 14:45:28 +0200 Subject: [PATCH] Update daily_READMEgen.yaml --- .github/workflows/daily_READMEgen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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