Skip to content

Commit 670a623

Browse files
committed
quote the input
1 parent c0f3614 commit 670a623

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ runs:
1616
shell: bash -l {0}
1717
run: |
1818
python -m pip install -r requirements.txt
19+
- name: input paths
20+
run: |
21+
echo "${{ fromJson(inputs.env-paths) }}"
1922
- name: analyze environments
2023
shell: bash -l {0}
2124
run: |
22-
python minimum_versions.py ${{ fromJson(inputs.env-paths) }}
25+
python minimum_versions.py "${{ fromJson(inputs.env-paths) }}"

0 commit comments

Comments
 (0)