Skip to content

Commit dab8a06

Browse files
committed
more changes to get default test workflow passing
1 parent be92944 commit dab8a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class All(BaseModel):
300300

301301
class Changes(BaseModel):
302302
model_config = ConfigDict(use_enum_values=True,validate_default=True, arbitrary_types_allowed=True)
303-
target_branch:str = Field(default="main",description="The target branch to diff against. Note that this includes uncommitted changes in the working directory as well.")
303+
target_branch:str = Field(...,description="The target branch to diff against. Note that this includes uncommitted changes in the working directory as well.")
304304

305305

306306
class Selected(BaseModel):

0 commit comments

Comments
 (0)