Skip to content

Commit a2b494c

Browse files
committed
unquote
1 parent 5773e7c commit a2b494c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ runs:
2424
- name: analyze environments
2525
shell: bash -l {0}
2626
run: |
27-
python minimum_versions.py "${{ fromJSON(inputs.environment-paths) }}"
27+
python minimum_versions.py ${{ fromJSON(inputs.environment-paths) }}

0 commit comments

Comments
 (0)