From bd28fc905b5a8ed9ec255a2d7a94bce27804046f Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Sat, 1 Jul 2023 21:11:11 +0700 Subject: [PATCH] pusing --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 67ff74c4..b8d688ff 100644 --- a/update.py +++ b/update.py @@ -32,7 +32,7 @@ if len(UPSTREAM_REPO_URL) == 0: UPSTREAM_REPO_BRANCH = os.environ.get("UPSTREAM_REPO_BRANCH", "") if len(UPSTREAM_REPO_BRANCH) == 0: - UPSTREAM_REPO_BRANCH = "master" + UPSTREAM_REPO_BRANCH = None if UPSTREAM_REPO_URL is not None and UPSTREAM_REPO_BRANCH is not None: if os.path.exists('.git'):