Skip to content

Commit 70b826c

Browse files
committed
correct the input name
1 parent 80652c1 commit 70b826c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ runs:
1919
- name: input paths
2020
shell: bash -l {0}
2121
run: |
22-
echo "${{ fromJson(inputs.env-paths) }}"
22+
echo "${{ inputs.environment-paths }}"
2323
- name: analyze environments
2424
shell: bash -l {0}
2525
run: |
26-
python minimum_versions.py "${{ fromJson(inputs.env-paths) }}"
26+
python minimum_versions.py "${{ fromJson(inputs.environment-paths) }}"

0 commit comments

Comments
 (0)