mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Update daily_README.yaml
This commit is contained in:
8
.github/workflows/daily_README.yaml
vendored
8
.github/workflows/daily_README.yaml
vendored
@@ -18,6 +18,9 @@ jobs:
|
|||||||
# Init
|
# Init
|
||||||
echo "Starting"
|
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
|
# Go through all folders, add to filters if not existing
|
||||||
for f in $( find -- * -maxdepth 0 -type d | sort -r ); do
|
for f in $( find -- * -maxdepth 0 -type d | sort -r ); do
|
||||||
if [ -f "$f"/config.json ]; then
|
if [ -f "$f"/config.json ]; then
|
||||||
@@ -34,9 +37,8 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If there is an issue, put a message
|
# If there is an issue, put a message
|
||||||
curl https://api.github.com/repos/alexbelgium/hassio-addons/issues
|
OPENISSUES=$(sed -ni "/$f/p" issueslist)
|
||||||
echo "$f"
|
echo "$OPENISSUES"
|
||||||
echo "$f" | grep "$f"
|
|
||||||
#if [ "$OPENISSUES" != "" ]; then
|
#if [ "$OPENISSUES" != "" ]; then
|
||||||
# for item in ${OPENISSUES//\\n/ }
|
# for item in ${OPENISSUES//\\n/ }
|
||||||
# do
|
# do
|
||||||
|
|||||||
Reference in New Issue
Block a user