Compare commits
2 Commits
0fdcf5ca08
...
2ed394aae7
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ed394aae7 | |||
| c7b85ee3b0 |
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user