mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ci: Use correct action output
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
68b03c60fc
commit
00cc4540ea
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate README for changed charts
|
- name: Generate README for changed charts
|
||||||
if: |
|
if: |
|
||||||
steps.collect-changes.outputs.addedOrModified == true
|
steps.collect-changes.outputs.changesDetected == 'true'
|
||||||
run: |
|
run: |
|
||||||
CHARTS=(${{ steps.collect-changes.outputs.addedOrModifiedCharts }})
|
CHARTS=(${{ steps.collect-changes.outputs.addedOrModifiedCharts }})
|
||||||
for i in "${CHARTS[@]}"
|
for i in "${CHARTS[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user