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.
1 parent c0f3614 commit 670a623Copy full SHA for 670a623
action.yaml
@@ -16,7 +16,10 @@ runs:
16
shell: bash -l {0}
17
run: |
18
python -m pip install -r requirements.txt
19
+ - name: input paths
20
+ run: |
21
+ echo "${{ fromJson(inputs.env-paths) }}"
22
- name: analyze environments
23
24
- python minimum_versions.py ${{ fromJson(inputs.env-paths) }}
25
+ python minimum_versions.py "${{ fromJson(inputs.env-paths) }}"
0 commit comments