Skip to content

Commit 03b5e25

Browse files
committed
try using join
1 parent a2b494c commit 03b5e25

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 ${{ join(fromJSON(inputs.environment-paths), ' ') }}

0 commit comments

Comments
 (0)