This commit is contained in:
Alexandre
2022-05-07 23:53:59 +02:00
committed by GitHub
parent c17b1d9088
commit 26cea25653

View File

@@ -40,7 +40,7 @@ jobs:
fi
# Clean previously reported issues
find "$f" -iname readme.md -print0 | xargs -0 sed -i "/Open Issues :/d"
find "$f" -iname readme.md -print0 | xargs -0 sed -i "/Open Issue :/d"
# If there is an issue with the addon name in title, put a message
OPENISSUES=$(sed -n "/\"Title\".*$f/I p" issueslist)