From ba27030d605bc96d1aad5f576a320db24eb8bab0 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Wed, 13 Aug 2025 12:48:31 +0000 Subject: [PATCH] Merged in fix/branch-sync-3 (pull request #2645) Test * Test --- apps/scandic-web/netlify-plugin-branch-sync/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/netlify-plugin-branch-sync/index.js b/apps/scandic-web/netlify-plugin-branch-sync/index.js index 5f3948142..06b3e107a 100644 --- a/apps/scandic-web/netlify-plugin-branch-sync/index.js +++ b/apps/scandic-web/netlify-plugin-branch-sync/index.js @@ -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}'`) }