Skip to content

Commit ae48ba4

Browse files
fix: this part wasn't rendered right
1 parent 9865581 commit ae48ba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-integration-template.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,11 @@ jobs:
249249
chart-dir: "${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}"
250250
- name: Add Helm repos and dependencies
251251
run: |
252-
export chartPath="charts/${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}"
252+
export chartPath="charts/$CHART_PATH"
253253
make helm.repos-add
254254
make helm.dependency-update
255+
env:
256+
CHART_PATH: ${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}
255257
- name: Create test namespace
256258
run: |
257259
echo $TEST_NAMESPACE

0 commit comments

Comments
 (0)