From afd748c0235f5f8766cc71898035888ad42d9583 Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:33:37 +0530 Subject: [PATCH] workflow changes --- .github/workflows/repo-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 781ae9bc..d69516e7 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -76,7 +76,7 @@ jobs: - name: Create PR in sitecore-repo if: env.merged == 'true' && (steps.file_changes.outputs.api == 'true' || steps.file_changes.outputs.cli == 'true' || steps.file_changes.outputs.ui == 'true' || steps.file_changes.outputs.upload-api == 'true' || steps.file_changes.outputs.migration-sitecore == 'true') run: | - gh pr create --repo org/sitecore-repo \ + gh pr create --repo contentstack-expert-services/migration-tool-sitecore \ --title "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}" \ --body "This PR syncs changes from migration-v2:\n${{ github.event.pull_request.html_url }}" \ --head sync-from-migration-v2-${{ github.event.pull_request.number }} \