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 23fcf82 commit 689c049Copy full SHA for 689c049
action.yaml
@@ -20,7 +20,7 @@ runs:
20
shell: bash -l {0}
21
run: |
22
echo "${{ inputs.environment-paths }}"
23
- echo "${{ fromJson(input.environment-paths) }}"
+ echo "${{ fromJson(inputs.environment-paths) }}"
24
- name: analyze environments
25
26
0 commit comments