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 80652c1 commit 70b826cCopy full SHA for 70b826c
action.yaml
@@ -19,8 +19,8 @@ runs:
19
- name: input paths
20
shell: bash -l {0}
21
run: |
22
- echo "${{ fromJson(inputs.env-paths) }}"
+ echo "${{ inputs.environment-paths }}"
23
- name: analyze environments
24
25
26
- python minimum_versions.py "${{ fromJson(inputs.env-paths) }}"
+ python minimum_versions.py "${{ fromJson(inputs.environment-paths) }}"
0 commit comments