We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adcc89b + 28b9afa commit d57d0ffCopy full SHA for d57d0ff
1 file changed
.github/workflows/sync-monorepo.mjs
@@ -1,11 +1,11 @@
1
-import { syncfromGithubAction } from 'monorepo-sync';
+import { syncFromGithubAction } from 'monorepo-sync';
2
3
-syncfromGithubAction()
+syncFromGithubAction()
4
.then(() => {
5
console.log('Sync completed successfully');
6
process.exit(0);
7
})
8
.catch((error) => {
9
console.error('Error during sync:', error);
10
process.exit(1);
11
- });
+ });
0 commit comments