mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 15:26:04 +02:00
Update daily_README.yaml
This commit is contained in:
14
.github/workflows/daily_README.yaml
vendored
14
.github/workflows/daily_README.yaml
vendored
@@ -43,13 +43,13 @@ jobs:
|
|||||||
find "$f" -iname readme.md | xargs sed -i "/Open Issues :/d"
|
find "$f" -iname readme.md | xargs sed -i "/Open Issues :/d"
|
||||||
|
|
||||||
# If there is an issue with the addon name in title, put a message
|
# If there is an issue with the addon name in title, put a message
|
||||||
OPENISSUES=$(sed -n "/Title.*$f/I p" issueslist)
|
#OPENISSUES=$(sed -n "/Title.*$f/I p" issueslist)
|
||||||
if [ "$OPENISSUES" != "" ]; then
|
#if [ "$OPENISSUES" != "" ]; then
|
||||||
while read -r line
|
# while read -r line
|
||||||
do
|
# do
|
||||||
find "$f" -iname readme.md | xargs sed -i "1i Open Issue : $line"
|
# find "$f" -iname readme.md | xargs sed -i "1i Open Issue : $line"
|
||||||
done <<< "$OPENISSUES"
|
# done <<< "$OPENISSUES"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user