Update daily_README.yaml

This commit is contained in:
Alexandre
2022-05-07 19:55:37 +02:00
committed by GitHub
parent b1ed377b6e
commit 684880a9f2

View File

@@ -34,7 +34,9 @@ jobs:
fi
# If there is an issue, put a message
curl https://api.github.com/repos/alexbelgium/hassio-addons/issues | grep -iF "$f"
curl https://api.github.com/repos/alexbelgium/hassio-addons/issues
echo "$f"
echo "$f" | grep "$f"
#if [ "$OPENISSUES" != "" ]; then
# for item in ${OPENISSUES//\\n/ }
# do