Update daily_README.yaml

This commit is contained in:
Alexandre
2022-05-07 20:07:35 +02:00
committed by GitHub
parent 6d928ab593
commit e03db3936d

View File

@@ -37,7 +37,7 @@ jobs:
fi
# If there is an issue, put a message
OPENISSUES=$(sed -ni "/$f/p" issueslist)
OPENISSUES=$(sed -n "/$f/I p" issueslist)
echo "$OPENISSUES"
#if [ "$OPENISSUES" != "" ]; then
# for item in ${OPENISSUES//\\n/ }