Default card branch fallback to build
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ def load_config(config_path: Path) -> WorkspaceConfig:
|
||||
source_remote=git_raw.get("source_remote", "r1"),
|
||||
answer_remote=git_raw.get("answer_remote", "a1"),
|
||||
origin_remote=git_raw.get("origin_remote", "origin"),
|
||||
fallback_branch=git_raw.get("fallback_branch", "main"),
|
||||
fallback_branch=git_raw.get("fallback_branch", "build"),
|
||||
)
|
||||
|
||||
return WorkspaceConfig(
|
||||
|
||||
Reference in New Issue
Block a user