mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-27 15:20:33 +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
|
- prepare
|
||||||
with:
|
with:
|
||||||
isRenovatePR: ${{ needs.prepare.outputs.isRenovatePR }}
|
isRenovatePR: ${{ needs.prepare.outputs.isRenovatePR }}
|
||||||
modifiedCharts: ${{ needs.prepare.outputs.addedOrModifiedCharts }}
|
modifiedCharts: ${{ needs.prepare.outputs.all_changed_files }}
|
||||||
|
|
||||||
charts-lint:
|
charts-lint:
|
||||||
uses: ./.github/workflows/charts-lint.yaml
|
uses: ./.github/workflows/charts-lint.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user