From f8cf7289e8b7635a505ee2044f7667e7eeec97a4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 May 2022 08:27:54 +0200 Subject: [PATCH] Update daily_README.yaml --- .github/workflows/daily_README.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index a81d56674..fc8731401 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -24,9 +24,6 @@ jobs: # Go through all folders, add to filters if not existing for f in $( find -- * -maxdepth 0 -type d | sort -r ); do if [ -f "$f"/config.json ]; then - - # Clean variable - OPENISSUES="" # Rename Readme [ -f "$f"/Readme.md ] && mv "$f"/Readme.md "$f"/README.md @@ -47,6 +44,7 @@ jobs: # If there is an issue with the addon name in title, put a message mapfile -t arr < <(jq -r 'keys[]' "${issueslist}") + # shellscript disable=SC2066 for KEYS in "${arr[0]}"; do TITLE=$(jq ."$KEYS".[Title] "${issueslist}") if [[ "$TITLE" == *"$f"* ]]; then