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