This commit is contained in:
yasirarism 2023-07-01 21:11:11 +07:00 committed by GitHub
parent 26184cfb09
commit bd28fc905b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'):