We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
join
1 parent a2b494c commit 03b5e25Copy full SHA for 03b5e25
action.yaml
@@ -24,4 +24,4 @@ runs:
24
- name: analyze environments
25
shell: bash -l {0}
26
run: |
27
- python minimum_versions.py ${{ fromJSON(inputs.environment-paths) }}
+ python minimum_versions.py ${{ join(fromJSON(inputs.environment-paths), ' ') }}
0 commit comments