Update daily_README.yaml

This commit is contained in:
Alexandre
2022-05-07 10:19:37 +02:00
committed by GitHub
parent 645fd34643
commit 063a5467af

View File

@@ -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