Skip to content

Commit 6f6a861

Browse files
authored
Merge pull request #489 from contentstack/feature/workflow
workflow yml
2 parents c97fbe5 + 3351f7d commit 6f6a861

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
@@ -81,7 +81,7 @@ jobs:
8181
git clone https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ env.SITECORE_REPO }}.git
8282
cd migration-tool-sitecore
8383
git checkout -b sync-from-migration-v2-${{ github.event.pull_request.number }}
84-
rsync -av --delete ${{ env.RSYNC_WORDPRESS_API_SRC_SERVICES_EXCLUDES }} ../api/ ./api/
84+
rsync -av --delete ${{ env.RSYNC_SITECORE_API_SRC_SERVICES_EXCLUDES }} ../api/ ./api/
8585
rsync -av --delete ../cli/ ./cli/
8686
rsync -av --delete ../ui/ ./ui/
8787
rsync -av --delete ${{ env.RSYNC_SITECORE_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/ ./upload-api/

0 commit comments

Comments
 (0)