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