From f7879533d24d9596c9015e5d05ad455d8c41954b Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:53:01 +0530 Subject: [PATCH] workflow changes 123 --- .github/workflows/repo-sync.yml | 8 ++++---- api/src/services/sitecore.service.ts | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 3650ae42e..7d0ef6886 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -142,10 +142,10 @@ jobs: rsync -av --delete ${{ env.RSYNC_SITECORE_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src/ ./upload-api/src/ rsync -av --delete ../upload-api/migration-sitecore/ ./upload-api/migration-sitecore/ - npx ts-remove-unused-imports --path ./api - npx ts-remove-unused-imports --path ./ui - npx ts-remove-unused-imports --path ./upload-api - + npx ts-remove-unused-imports ./api + npx ts-remove-unused-imports ./ui + npx ts-remove-unused-imports ./upload-api + git add . git commit -m "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}" git push origin sync-from-migration-v2-${{ github.event.pull_request.number }} diff --git a/api/src/services/sitecore.service.ts b/api/src/services/sitecore.service.ts index e7dd4141c..2ba20de07 100644 --- a/api/src/services/sitecore.service.ts +++ b/api/src/services/sitecore.service.ts @@ -10,7 +10,6 @@ import { getLogMessage } from '../utils/index.js'; import customLogger from '../utils/custom-logger.utils.js'; - const append = "a"; const baseDirName = MIGRATION_DATA_CONFIG.DATA const {