diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index 49bfc76b2..9cd33376c 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -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)