ci: Fix releaser

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-04 21:14:34 +01:00
parent cc52622614
commit 7cc2b37c68
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -46,9 +46,9 @@ jobs:
id: collect-changes
uses: ./.github/actions/collect-changes
- name: Generate README for changed charts in Renovate PR's
- name: Generate README for changed charts
if: |
steps.collect-changes.outputs.addedOrModified == 'true'
steps.collect-changes.outputs.addedOrModified == true
run: |
CHARTS=(${{ steps.collect-changes.outputs.addedOrModifiedCharts }})
for i in "${CHARTS[@]}"