Update daily_README.yaml

This commit is contained in:
Alexandre
2022-05-07 20:06:35 +02:00
committed by GitHub
parent 684880a9f2
commit 6d928ab593

View File

@@ -18,6 +18,9 @@ jobs:
# Init
echo "Starting"
# Get issues list
curl -s https://api.github.com/repos/alexbelgium/hassio-addons/issues > issueslist
# Go through all folders, add to filters if not existing
for f in $( find -- * -maxdepth 0 -type d | sort -r ); do
if [ -f "$f"/config.json ]; then
@@ -34,9 +37,8 @@ jobs:
fi
# If there is an issue, put a message
curl https://api.github.com/repos/alexbelgium/hassio-addons/issues
echo "$f"
echo "$f" | grep "$f"
OPENISSUES=$(sed -ni "/$f/p" issueslist)
echo "$OPENISSUES"
#if [ "$OPENISSUES" != "" ]; then
# for item in ${OPENISSUES//\\n/ }
# do