Fixed: typo

This commit is contained in:
Valeriano Manassero 2022-06-23 07:33:20 +02:00
parent 7924f8ded5
commit a66eac3292

View File

@ -40,7 +40,7 @@ jobs:
changed=$(ct list-changed --chart-dirs=charts --target-branch=main)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "::set-output name=\"changed_charts${changed//$'\n'/,}\""
echo "::set-output name=changed_charts::\"${changed//$'\n'/,}\""
fi
- name: Inject secrets
run: |