Skip to content

Commit 04acfe1

Browse files
authored
Put python versions in quotes
1 parent f32f353 commit 04acfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
shell: bash
8585
run: |
8686
if [ "${{inputs.update_python}}" == "true" ]; \
87-
then sed -i 's/python_versions:.*/python_versions: [3.8, 3.9, 3.10, 3.11] /' "${{ inputs.action_path }}"; \
87+
then sed -i 's/python_versions:.*/python_versions: [\"3.8\", \"3.9\", \"3.10\", \"3.11\"] /' "${{ inputs.action_path }}"; \
8888
else echo "Skipping python version update"; fi
8989
9090
- name: "Install Jinja2"

0 commit comments

Comments
 (0)