diff --git a/.github/workflows/sync-monorepo.mjs b/.github/workflows/sync-monorepo.mjs index 7cd12dec1..da440c6a1 100644 --- a/.github/workflows/sync-monorepo.mjs +++ b/.github/workflows/sync-monorepo.mjs @@ -1,6 +1,6 @@ -import { syncfromGithubAction } from 'monorepo-sync'; +import { syncFromGithubAction } from 'monorepo-sync'; -syncfromGithubAction() +syncFromGithubAction() .then(() => { console.log('Sync completed successfully'); process.exit(0); @@ -8,4 +8,4 @@ syncfromGithubAction() .catch((error) => { console.error('Error during sync:', error); process.exit(1); - }); \ No newline at end of file + });