Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -58,12 +58,10 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: ${{ inputs.checkoutCommit }}
|
ref: ${{ inputs.checkoutCommit }}
|
||||||
|
|
||||||
- name: Set up chart-testing
|
|
||||||
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
|
|
||||||
|
|
||||||
- name: Run chart-testing (list-changed)
|
- name: Run chart-testing (list-changed)
|
||||||
id: list-changed
|
id: list-changed
|
||||||
if: inputs.chartChangesDetected == 'true'
|
if: inputs.chartChangesDetected == 'true'
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
CHARTS="${{ inputs.modifiedCharts }}"
|
CHARTS="${{ inputs.modifiedCharts }}"
|
||||||
echo "Modified Charts: ${CHARTS}"
|
echo "Modified Charts: ${CHARTS}"
|
||||||
|
|||||||
Reference in New Issue
Block a user