Update daily_README.yaml

This commit is contained in:
Alexandre
2022-05-07 19:40:19 +02:00
committed by GitHub
parent b694fb3d36
commit c16ffa3b8a

View File

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