Skip to content

Commit 35fc5e9

Browse files
committed
wip: Add step for displaying parsed issue data
1 parent 76453b3 commit 35fc5e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/create-instance.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ jobs:
6363
id: parse
6464
uses: zentered/[email protected]
6565

66-
- name: Extract email
66+
- name: Display parsed data
67+
run: |
68+
echo ${{ toJSON(steps.parse.outputs.data) }}
69+
70+
- name: Extract fields
6771
id: extract
6872
run: |
6973
email=$(

0 commit comments

Comments
 (0)