diff --git a/__marimo__/session/github_crear_repo.py.json b/__marimo__/session/github_crear_repo.py.json index 5b120c6..b67a228 100644 --- a/__marimo__/session/github_crear_repo.py.json +++ b/__marimo__/session/github_crear_repo.py.json @@ -50,17 +50,12 @@ { "type": "stream", "name": "stdout", - "text": "\n\n" + "text": "\n\n\n" }, { "type": "stream", "name": "stdout", - "text": "\n" - }, - { - "type": "stream", - "name": "stdout", - "text": "[master 5498790] Commit autom\u00e1tico inicial\n 2 files changed, 14 insertions(+), 30 deletions(-)\n" + "text": "[master ba677af] Commit autom\u00e1tico inicial\n 1 file changed, 1 insertion(+), 1 deletion(-)\n" }, { "type": "stream", diff --git a/github_crear_repo.py b/github_crear_repo.py index 748434d..bd23ea3 100644 --- a/github_crear_repo.py +++ b/github_crear_repo.py @@ -151,7 +151,7 @@ def _(): # --- Flujo principal --- resultado = crear_repo( HOST, USERNAME, TOKEN, repo_name, - private=True, + private=False, description=f"Repositorio generado automáticamente para {carpeta_actual}" ) @@ -172,7 +172,7 @@ def _(mo): @app.cell def _(HOST, TOKEN, USERNAME, requests): - NOMBRE_REPO = "" + NOMBRE_REPO = "controlando_git_desde_python" def borrar_repo(host, username, token, repo_name): """Borra un repositorio en GitHub, GitLab o Gitea según el host.