Skip to content

Commit 8e2b2e3

Browse files
committed
workflow changes
1 parent fe461ee commit 8e2b2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Create PR in sitecore-repo
7777
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')
7878
run: |
79-
gh pr create --repo org/sitecore-repo \
79+
gh pr create --repo contentstack-expert-services/migration-tool-sitecore \
8080
--title "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}" \
8181
--body "This PR syncs changes from migration-v2:\n${{ github.event.pull_request.html_url }}" \
8282
--head sync-from-migration-v2-${{ github.event.pull_request.number }} \

0 commit comments

Comments
 (0)