From 063a5467af1cff18dd2cc017b18e5b8f22233db0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 May 2022 10:19:37 +0200 Subject: [PATCH] Update daily_README.yaml --- .github/workflows/daily_README.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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