This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-27 21:08:54 +02:00
parent a9a558b3dc
commit 1b64266ea6
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -39,7 +39,7 @@ jobs:
id: list-changed id: list-changed
if: inputs.chartChanges != '' if: inputs.chartChanges != ''
run: | run: |
EXCLUDED=$(yq eval '.excluded-charts-install | .. style="flow"' .ci/ct/ct.yaml) EXCLUDED=$(yq -o json eval '.excluded-charts-install' .ci/ct/ct.yaml)
CHARTS_JSON=$(yq --null-input -o json eval '"${{ inputs.chartChanges }}" | split(" ")') CHARTS_JSON=$(yq --null-input -o json eval '"${{ inputs.chartChanges }}" | split(" ")')
OUTPUT_JSON=$(yq --null-input -o json eval "$CHARTS_JSON - $EXCLUDED") OUTPUT_JSON=$(yq --null-input -o json eval "$CHARTS_JSON - $EXCLUDED")
echo ::set-output name=charts::${OUTPUT_JSON} echo ::set-output name=charts::${OUTPUT_JSON}