mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
Update daily_README.yaml
This commit is contained in:
1
.github/workflows/daily_README.yaml
vendored
1
.github/workflows/daily_README.yaml
vendored
@@ -44,6 +44,7 @@ jobs:
|
|||||||
sed -i "/Open Request :/d" "$f"/README.md
|
sed -i "/Open Request :/d" "$f"/README.md
|
||||||
|
|
||||||
# If there is an issue with the addon name in title, put a message
|
# 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
|
while [[ $(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist) != null ]]; do
|
||||||
#Increment counter
|
#Increment counter
|
||||||
let COUNTER=COUNTER+1
|
let COUNTER=COUNTER+1
|
||||||
|
|||||||
Reference in New Issue
Block a user