This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-27 08:23:29 +02:00
parent 9cbcea5d1b
commit 607e18dce2
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -51,9 +51,7 @@ runs:
id: changed-charts id: changed-charts
shell: bash shell: bash
run: | run: |
pwd ct list-changed --config .ci/ct/ct-lint.yaml
ls
which ct
CHARTS=$(ct list-changed --config .ci/ct/ct-lint.yaml) CHARTS=$(ct list-changed --config .ci/ct/ct-lint.yaml)
# Set output to changed charts # Set output to changed charts
printf "::set-output name=addedOrModifiedCharts::%s\n" "${CHARTS[*]}" printf "::set-output name=addedOrModifiedCharts::%s\n" "${CHARTS[*]}"