mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37: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
5
.github/actions/collect-changes/action.yaml
vendored
5
.github/actions/collect-changes/action.yaml
vendored
|
@ -18,8 +18,11 @@ outputs:
|
|||
description: "Whether or not changes to charts have been detected"
|
||||
value: ${{ steps.filter.outputs.chartsAddedOrModified }}
|
||||
addedOrModifiedFiles:
|
||||
description: "A list of the files changed"
|
||||
description: "A list of the files that changed"
|
||||
value: ${{ steps.filter.outputs.addedOrModified_files }}
|
||||
addedOrModifiedChartFiles:
|
||||
description: "A list of the chart files that changed"
|
||||
value: ${{ steps.filter.outputs.chartsAddedOrModified_files }}
|
||||
addedOrModifiedCharts:
|
||||
description: "A list of the charts changed"
|
||||
value: ${{ steps.changed-charts.outputs.addedOrModifiedCharts }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue