mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
Make action compatible with push events (#12)
This commit is contained in:
parent
d2d078c510
commit
f1fcfe77d5
13 changed files with 179 additions and 75 deletions
4
.github/workflows/pr-metadata.yaml
vendored
4
.github/workflows/pr-metadata.yaml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
outputs:
|
||||
addedOrModifiedFilesDetected: ${{ steps.changed-files.outputs.allAddedOrModified }}
|
||||
addedOrModifiedFiles: ${{ steps.changed-files.outputs.allAddedOrModified_files }}
|
||||
addedOrModifiedCharts: ${{ steps.changed-charts.outputs.changedCharts }}
|
||||
addedOrModifiedCharts: ${{ steps.changed-charts.outputs.charts }}
|
||||
chartsToLint: ${{ steps.changed-charts.outputs.chartsToLint }}
|
||||
chartsToInstall: ${{ steps.changed-charts.outputs.chartsToInstall }}
|
||||
steps:
|
||||
|
@ -73,5 +73,5 @@ jobs:
|
|||
- added|modified: '**'
|
||||
|
||||
- name: Collect changed charts
|
||||
uses: ./.github/actions/collect-changed-charts
|
||||
uses: ./.github/actions/collect-charts
|
||||
id: changed-charts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue