We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83eda4c + 7b2d199 commit 59a4536Copy full SHA for 59a4536
.github/workflows/multiTenancyDeployLocal.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Clone the cloud-cap-samples-java repo 🌐
48
run: |
49
echo "🔄 Cloning repository..."
50
- git clone --depth 1 --branch mtTests https://github.com/vibhutikumar07/cloud-cap-samples-java.git
+ git clone --depth 1 --branch local_mtTests https://github.com/vibhutikumar07/cloud-cap-samples-java.git
51
echo "✅ Repository cloned!"
52
53
- name: Change directory to cloud-cap-samples-java 📂
0 commit comments