Skip to content

Commit e64aa9a

Browse files
Change git clone branch in workflow file
1 parent 9d0aa9f commit e64aa9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/multiTenancyDeployLocal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Clone the cloud-cap-samples-java repo 🌐
6060
run: |
6161
echo "🔄 Cloning repository..."
62-
git clone --depth 1 --branch local_mtTests https://github.com/vibhutikumar07/cloud-cap-samples-java.git
62+
git clone --depth 1 --branch local_mtTests_sdmNexusDemo https://github.com/vibhutikumar07/cloud-cap-samples-java.git
6363
echo "✅ Repository cloned!"
6464
6565
- name: Override cds.services.version (runtime only)
@@ -121,4 +121,4 @@ jobs:
121121
ls -lrth
122122
echo "▶️ Running cf deploy..."
123123
cf deploy mta_archives/bookshop-mt_1.0.0.mtar -f
124-
echo "✅ Deployment complete!"
124+
echo "✅ Deployment complete!"

0 commit comments

Comments
 (0)