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