Update on_issues.yml

This commit is contained in:
Alexandre
2023-03-27 10:08:22 +02:00
committed by GitHub
parent 02af3ed8a1
commit 48f41a790b

View File

@@ -37,8 +37,8 @@ jobs:
#Get variables
TITLE="$(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist)"
#Check if relevant to addon
SLUG="$(jq -r --arg f $f ".slug" "$f"/config.json)"
NAME="$(jq -r --arg f $f ".slug" "$f"/config.json)"
SLUG="$(jq -r --arg f "$f" ".slug" "$f"/config.json)"
NAME="$(jq -r --arg f "$f" ".slug" "$f"/config.json)"
if [[ "${TITLE,,}" == *"${f,,}"* ]] || [[ "${TITLE,,}" == *"${SLUG,,}"* ]] || [[ "${TITLE,,}" == *"${NAME,,}"* ]]; then
echo "Project $TITLE, $SLUG, $NAME has an issue"
REQ="$(jq -r --arg COUNTER $COUNTER ".[$COUNTER].user.login" issueslist)"