Skip to content

Commit 972c639

Browse files
committed
workflow changes
1 parent 6c2c432 commit 972c639

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/repo-sync.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
rsync -av --delete ${{ env.RSYNC_SITECORE_API_SRC_SERVICES_EXCLUDES }} ../api/ ./api/
9393
rsync -av --delete ../cli/ ./cli/
9494
rsync -av --delete ../ui/ ./ui/
95-
rsync -av --delete ${{ env.RSYNC_SITECORE_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src ./upload-api/src
96-
rsync -av --delete ../upload-api/migration-sitecore ./upload-api/migration-sitecore
95+
rsync -av --delete ${{ env.RSYNC_SITECORE_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src/ ./upload-api/src/
96+
rsync -av --delete ../upload-api/migration-sitecore/ ./upload-api/migration-sitecore/
9797
git add .
9898
git commit -m "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}"
9999
git push origin sync-from-migration-v2-${{ github.event.pull_request.number }}
@@ -137,8 +137,8 @@ jobs:
137137
rsync -av --delete ${{ env.RSYNC_CONTENTFUL_API_SRC_SERVICES_EXCLUDES }} ../api/ ./api/
138138
rsync -av --delete ../cli/ ./cli/
139139
rsync -av --delete ../ui/ ./ui/
140-
rsync -av --delete ${{ env.RSYNC_CONTENTFUL_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src ./upload-api/src
141-
rsync -av --delete ../upload-api/migration-contentful ./upload-api/migration-contentful
140+
rsync -av --delete ${{ env.RSYNC_CONTENTFUL_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src/ ./upload-api/src/
141+
rsync -av --delete ../upload-api/migration-contentful/ ./upload-api/migration-contentful/
142142
git add .
143143
git commit -m "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}"
144144
git push origin sync-from-migration-v2-${{ github.event.pull_request.number }}
@@ -182,8 +182,8 @@ jobs:
182182
rsync -av --delete ${{ env.RSYNC_WORDPRESS_API_SRC_SERVICES_EXCLUDES }} ../api/ ./api/
183183
rsync -av --delete ../cli/ ./cli/
184184
rsync -av --delete ../ui/ ./ui/
185-
rsync -av --delete ${{ env.RSYNC_WORDPRESS_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src ./upload-api/src
186-
rsync -av --delete ../upload-api/migration-wordpress ./upload-api/migration-wordpress
185+
rsync -av --delete ${{ env.RSYNC_WORDPRESS_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src/ ./upload-api/src/
186+
rsync -av --delete ../upload-api/migration-wordpress/ ./upload-api/migration-wordpress/
187187
git add .
188188
git commit -m "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}"
189189
git push origin sync-from-migration-v2-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)