mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 23:21:20 -03:00
Update charts-release.yaml
This commit is contained in:
committed by
GitHub
parent
f74b6d5c6f
commit
ad7b8537df
4
.github/workflows/charts-release.yaml
vendored
4
.github/workflows/charts-release.yaml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
||||
run: |
|
||||
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
||||
.github/scripts/gen-docs.sh ${CHARTS}
|
||||
.github/scripts/gen-docs.sh ${CHARTS[@]}
|
||||
|
||||
- name: Fix Pre-Commit issues
|
||||
shell: bash
|
||||
@@ -158,7 +158,7 @@ jobs:
|
||||
run: |
|
||||
pip install yq
|
||||
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
||||
.github/scripts/build-catalog.sh ${CHARTS}
|
||||
.github/scripts/build-catalog.sh ${CHARTS[@]}
|
||||
|
||||
- name: Validate catalogs
|
||||
if: |
|
||||
|
||||
Reference in New Issue
Block a user