Merge pull request 'adding quotes in create pr' (#2) from gitea_cicd into main
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user