Skip to content

Commit e254799

Browse files
committed
fix
1 parent c76084a commit e254799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-chart-version-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
matrix: ${{ fromJson(needs.init.outputs.matrix) }}
7474
with:
7575
identifier: "${{ matrix.case }}-vald-${{ matrix.shortname }}-${{ matrix.version }}-${{ matrix.auth }}-${{ matrix.exclude }}"
76-
camunda-helm-dir: "camunda-platform-${{ inputs.camunda-version }}"
76+
camunda-helm-dir: "camunda-platform-${{ matrix.version }}"
7777
camunda-helm-git-ref: "${{ github.event.pull_request.head.sha }}"
7878

7979
integation-tests:

0 commit comments

Comments
 (0)