From b0bdd117adac90eb29e7841231be2bfc136e25cd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 May 2022 21:26:21 +0200 Subject: [PATCH] Update daily_README.yaml --- .github/workflows/daily_README.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index 511715db1..040b8fd32 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -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