adding quotes in create pr #2

Merged
letteka merged 1 commits from gitea_cicd into main 2026-03-26 14:37:55 -07:00
Showing only changes of commit c7b85ee3b0 - Show all commits

View File

@@ -24,7 +24,7 @@ HTTP_RESPONSE=$(curl --silent --show-error \
\"base\": \"main\", \"base\": \"main\",
\"title\": \"chore: dependency updates $(date +%Y-%m-%d)\", \"title\": \"chore: dependency updates $(date +%Y-%m-%d)\",
\"body\": $(echo "$DESCRIPTION" | python3 -c 'import json,sys; print(json.dumps(sys.stdin.read()))'), \"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") "${CI_SERVER_URL}/api/v1/repos/${REPO}/pulls")