We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10636ba commit 9865581Copy full SHA for 9865581
.github/workflows/test-integration-template.yaml
@@ -249,7 +249,7 @@ jobs:
249
chart-dir: "${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}"
250
- name: Add Helm repos and dependencies
251
run: |
252
- export chartPath="charts/${{ inputs.camunda-helm-dir }}"
+ export chartPath="charts/${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}"
253
make helm.repos-add
254
make helm.dependency-update
255
- name: Create test namespace
0 commit comments