Skip to content

Commit

Permalink
change local branch name for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
naishasinha committed Aug 17, 2024
1 parent c9b13c7 commit 25079de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def log_paths(logger, paths):
logger.info(f"PATHS:{paths_list}")


def fetch_and_merge(repo_path, branch="refine-automation"):
def fetch_and_merge(repo_path, branch="gsoc2024-dev-1"):
try:
repo = Repo(repo_path)
origin = repo.remote(name="origin")
Expand Down

0 comments on commit 25079de

Please sign in to comment.