fix(migrate): refresh managed checkout config

This commit is contained in:
Mohamed Boudra
2026-07-19 06:09:20 +02:00
parent 7046b118e9
commit 0c3c61be94
2 changed files with 6 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ async function applyWorkspace(
refName: workspace.branch,
directoryName: workspace.directoryName,
});
await applyConfig(ensured.path, config, context);
context.stats[ensured.created ? "created" : "existing"] += 1;
context.output({
level: "info",