Implement custom action to collect changes / matrix

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-29 14:26:04 +02:00 committed by GitHub
parent fe0b8338e0
commit d83abae451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 22213 additions and 183 deletions

View file

@ -43,7 +43,7 @@ jobs:
# - charts-changelog
with:
checkoutCommit: ${{ github.sha }}
chartChanges: ${{ needs.pr-metadata.outputs.addedOrModifiedCharts }}
chartsToLint: ${{ needs.pr-metadata.outputs.chartsToLint }}
charts-test:
uses: bjw-s/helm-charts/.github/workflows/charts-test.yaml@main
@ -52,4 +52,4 @@ jobs:
# - charts-changelog
with:
checkoutCommit: ${{ github.sha }}
chartChanges: ${{ needs.pr-metadata.outputs.addedOrModifiedCharts }}
chartsToTest: ${{ needs.pr-metadata.outputs.chartsToInstall }}