Skip to content

Commit

Permalink
Update parse_versions.py to remove double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Oct 3, 2024
1 parent f1d3a1d commit 36cfe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36cfe57

Please sign in to comment.