Skip to content

Commit 23fcf82

Browse files
committed
print the decoded paths
1 parent 70b826c commit 23fcf82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ runs:
2020
shell: bash -l {0}
2121
run: |
2222
echo "${{ inputs.environment-paths }}"
23+
echo "${{ fromJson(input.environment-paths) }}"
2324
- name: analyze environments
2425
shell: bash -l {0}
2526
run: |

0 commit comments

Comments
 (0)