diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index b18c830c6..07dc7e14a 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -34,7 +34,7 @@ jobs: fi # If there is an issue, put a message - OPENISSUES="$(curl -s "https://api.github.com/repos/alexbelgium/hassio-addons/issues" | grep -iF "$f")" + OPENISSUES=$(curl -s https://api.github.com/repos/alexbelgium/hassio-addons/issues | grep -iF $f) #if [ "$OPENISSUES" != "" ]; then # for item in ${OPENISSUES//\\n/ } # do