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 ba6cffb commit f0e2671Copy full SHA for f0e2671
.github/workflows/test-chart-version-nightly-template.yaml
@@ -86,7 +86,7 @@ jobs:
86
shortname: ${{inputs.shortname}}
87
auth: ${{inputs.auth}}
88
exclude: ${{inputs.exclude}}
89
- platforms: ${{ input.platform }}
+ platforms: ${{ inputs.platform }}
90
run-all-e2e-tests: ${{ inputs.run-all-e2e-tests }}
91
always-delete-namespace: true
92
values-enterprise: "${{ inputs.values-enterprise }}"
0 commit comments