diff --git a/.github/workflows/deploy-to-aks.yaml b/.github/workflows/deploy-to-aks.yaml index 6e1f9636..ee1f2427 100644 --- a/.github/workflows/deploy-to-aks.yaml +++ b/.github/workflows/deploy-to-aks.yaml @@ -30,7 +30,7 @@ jobs: - name: Process bundle versions id: process_bundle_versions - run: python scripts/gh-actions/parse_versions.py "${{ inputs.bundle_version }}" + run: python scripts/gh-actions/parse_versions.py '${{ inputs.bundle_version }}' deploy-ckf-to-aks: needs: preprocess-input