Sanitize title

This commit is contained in:
Alexandre
2023-07-22 08:49:58 +02:00
committed by GitHub
parent 96a50dbbeb
commit b8448465bd

View File

@@ -36,6 +36,7 @@ jobs:
#Get variables
TITLE="$(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist)"
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)"