mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 02:58:11 +01:00
Update daily_README.yaml
This commit is contained in:
5
.github/workflows/daily_README.yaml
vendored
5
.github/workflows/daily_README.yaml
vendored
@@ -62,13 +62,10 @@ jobs:
|
||||
while [[ $(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist) != null ]]; do
|
||||
|
||||
#Increment counter
|
||||
let COUNTER=COUNTER+1
|
||||
echo "Counter = $COUNTER"
|
||||
(( COUNTER=COUNTER+1 )) || true
|
||||
|
||||
#Get variables
|
||||
TITLE="$(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist)"
|
||||
echo "Title =$TITLE"
|
||||
echo "f = $f"
|
||||
|
||||
#Check if relevant to addon
|
||||
TITLE2="${TITLE,,}"
|
||||
|
||||
Reference in New Issue
Block a user