docs: agrego link a respuesta de PR creado
This commit is contained in:
@@ -554,8 +554,8 @@ def create_pull_request(service: str, repository: str, source: str, destination:
|
||||
request = requests.post(endpoint, headers=headers, json=json)
|
||||
|
||||
if request.ok:
|
||||
print_success("PR creado exitosamente.")
|
||||
print_debug("Response body: " + request.text)
|
||||
json = request.json()
|
||||
print_success("PR creado exitosamente: " + json['links']['html']['href'])
|
||||
else:
|
||||
print_error("Ocurrió un error al crear el PR: " + request.text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user