File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 }} \
You can’t perform that action at this time.
0 commit comments