mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
More paving the way
This commit is contained in:
parent
33f207c563
commit
4863146ad9
62 changed files with 2761 additions and 13 deletions
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
else
|
||||
CHARTS=(${{ github.event.inputs.chart }})
|
||||
fi
|
||||
elif [ "${{ steps.collect-changes.outputs.chartsAddedOrModified }}" == "true" ]; then
|
||||
elif [ "${{ steps.collect-changes.outputs.chartChangesDetected }}" == "true" ]; then
|
||||
CHARTS=(${{ steps.collect-changes.outputs.addedOrModifiedCharts }})
|
||||
fi
|
||||
printf "::set-output name=charts::%s\n" "${CHARTS[*]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue