Merged in fix/branch-sync-3 (pull request #2645)

Test

* Test
This commit is contained in:
Linus Flood
2025-08-13 12:48:31 +00:00
parent 68cd061c6d
commit ba27030d60

View File

@@ -137,7 +137,7 @@ export const onPreBuild = async function ({ utils }) {
CLONE_DIR,
"push",
"origin",
`FETCH_HEAD:${branch}`,
`${SYNC_SOURCE}:${branch}`,
])
console.log(`Successfully synced '${branch}' with '${SYNC_SOURCE}'`)
}