fix: change default immutable_path to make it backward compatible
Some checks failed
build / trigger-build-image (push) Blocked by required conditions
build / build (push) Has been cancelled

This commit is contained in:
张泊明518370910136 2025-06-25 03:44:51 -04:00
parent 087f62c304
commit 1313a24690
GPG Key ID: D47306D7062CDA9D

View File

@ -71,7 +71,7 @@ class Config(BaseModel):
)
issue: Issue = Issue()
immutable_path: Path = Field(
Path("immutable_files"),
Path("immutable"),
validation_alias=AliasChoices("immutable-path", "immutable_path"),
)