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.
1 parent c76084a commit e254799Copy full SHA for e254799
.github/workflows/test-chart-version-nightly.yaml
@@ -73,7 +73,7 @@ jobs:
73
matrix: ${{ fromJson(needs.init.outputs.matrix) }}
74
with:
75
identifier: "${{ matrix.case }}-vald-${{ matrix.shortname }}-${{ matrix.version }}-${{ matrix.auth }}-${{ matrix.exclude }}"
76
- camunda-helm-dir: "camunda-platform-${{ inputs.camunda-version }}"
+ camunda-helm-dir: "camunda-platform-${{ matrix.version }}"
77
camunda-helm-git-ref: "${{ github.event.pull_request.head.sha }}"
78
79
integation-tests:
0 commit comments