Skip to content

Commit 689c049

Browse files
committed
typo
1 parent 23fcf82 commit 689c049

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
@@ -20,7 +20,7 @@ runs:
2020
shell: bash -l {0}
2121
run: |
2222
echo "${{ inputs.environment-paths }}"
23-
echo "${{ fromJson(input.environment-paths) }}"
23+
echo "${{ fromJson(inputs.environment-paths) }}"
2424
- name: analyze environments
2525
shell: bash -l {0}
2626
run: |

0 commit comments

Comments
 (0)