diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index fe9e7b85c..6d79db14c 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://github.com/alexbelgium/hassio-addons/issues?q=is%3Aopen+is%3Aissue+label%3Abug | grep "$f")" + OPENISSUES="$(curl -s "https://github.com/alexbelgium/hassio-addons/issues?q=is%3Aopen+is%3Aissue+label%3Abug" | grep "$f")" if [ "$OPENISSUES" != "" ]; then sed -i "1a Open Issue : $OPENISSUES" "$f/Readme.md" else