From ba677af7bb54f1f19fe79d3053cc8883d83a36ad Mon Sep 17 00:00:00 2001 From: egutierrez Date: Thu, 11 Sep 2025 03:48:45 +0200 Subject: [PATCH] =?UTF-8?q?Commit=20autom=C3=A1tico=20inicial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github_crear_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_crear_repo.py b/github_crear_repo.py index c3e27ca..748434d 100644 --- a/github_crear_repo.py +++ b/github_crear_repo.py @@ -172,7 +172,7 @@ def _(mo): @app.cell def _(HOST, TOKEN, USERNAME, requests): - NOMBRE_REPO = "controlando_git_desde_python" + NOMBRE_REPO = "" def borrar_repo(host, username, token, repo_name): """Borra un repositorio en GitHub, GitLab o Gitea segĂșn el host.