From 645fd34643ecca36a979f821061e88c726565d3b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 May 2022 09:55:03 +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 3d12c3085..fe9e7b85c 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