Update daily_README.yaml

This commit is contained in:
Alexandre
2022-05-08 21:26:21 +02:00
committed by GitHub
parent 717a3635f4
commit b0bdd117ad

View File

@@ -44,6 +44,7 @@ jobs:
sed -i "/Open Request :/d" "$f"/README.md
# If there is an issue with the addon name in title, put a message
COUNTER=0
while [[ $(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist) != null ]]; do
#Increment counter
let COUNTER=COUNTER+1