From 4cd2ab3277711cc3e45f6b44a0b4442074cf6ff0 Mon Sep 17 00:00:00 2001 From: d-claro Date: Fri, 10 Jul 2026 18:47:08 +0100 Subject: [PATCH] test --- agent/menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/menu.py b/agent/menu.py index e765ab6..c77155c 100644 --- a/agent/menu.py +++ b/agent/menu.py @@ -94,7 +94,7 @@ def create_pull_request(): subprocess.run(["git", "add", "."]) subprocess.run(["git", "commit", "-m", title]) - subprocess.run(["git", "push"]) + subprocess.run(["git", "push", "--set-upstream", "origin", current_branch]) if platform == "GitHub": result = subprocess.run(