Update daily_README.yaml

This commit is contained in:
Alexandre
2022-05-08 21:55:04 +02:00
committed by GitHub
parent ae94cafef5
commit bb4bccf4e6

View File

@@ -66,6 +66,7 @@ jobs:
#Get variables
TITLE="$(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist)"
echo "Title =$TITLE"
echo "f = $f"
#Check if relevant to addon
if [[ "$TITLE" == *"$f"* ]]; then
echo "Title has an issue"