Update on_issues.yml

This commit is contained in:
Alexandre
2023-07-22 08:50:25 +02:00
committed by GitHub
parent b8448465bd
commit ad9096ef8d

View File

@@ -36,7 +36,7 @@ jobs:
#Get variables
TITLE="$(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist)"
TITLE="${TITLE//[<>$\'\"]/}"
TITLE="${TITLE//[<>\$\'\"]/}"
#Check if relevant to addon
SLUG="$(jq -r --arg f "$f" ".slug" "$f"/config.json)"
NAME="$(jq -r --arg f "$f" ".name" "$f"/config.json)"