From c7b85ee3b003285130d9c480f6c2110d725511fd Mon Sep 17 00:00:00 2001 From: Andrew Kettel Date: Thu, 26 Mar 2026 14:36:28 -0700 Subject: [PATCH] adding quotes in create pr --- scripts/create_pr_gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_pr_gitea.sh b/scripts/create_pr_gitea.sh index d2e1f7e..2c9e11b 100755 --- a/scripts/create_pr_gitea.sh +++ b/scripts/create_pr_gitea.sh @@ -24,7 +24,7 @@ HTTP_RESPONSE=$(curl --silent --show-error \ \"base\": \"main\", \"title\": \"chore: dependency updates $(date +%Y-%m-%d)\", \"body\": $(echo "$DESCRIPTION" | python3 -c 'import json,sys; print(json.dumps(sys.stdin.read()))'), - \"assignees\": [${CI_ASSIGNEE_ID}] + \"assignees\": ["${CI_ASSIGNEE_ID}"] }" \ "${CI_SERVER_URL}/api/v1/repos/${REPO}/pulls") -- 2.49.1