mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-26 23:00:31 +05:30
fix(pr-validate): update modifiedCharts input to include all changed files
This commit is contained in:
parent
756bd33df8
commit
f37a8fe109
2
.github/workflows/pr-validate.yaml
vendored
2
.github/workflows/pr-validate.yaml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
- prepare
|
||||
with:
|
||||
isRenovatePR: ${{ needs.prepare.outputs.isRenovatePR }}
|
||||
modifiedCharts: ${{ needs.prepare.outputs.addedOrModifiedCharts }}
|
||||
modifiedCharts: ${{ needs.prepare.outputs.all_changed_files }}
|
||||
|
||||
charts-lint:
|
||||
uses: ./.github/workflows/charts-lint.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user