Skip to content

Commit

Permalink
wip: Add step for displaying parsed issue data
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 2, 2024
1 parent 0a36aa0 commit 76441bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ jobs:
id: parse
uses: zentered/[email protected]

- name: Extract email
- name: Display parsed data
run: |
echo ${{ toJSON(steps.parse.outputs.data) }} | jq .
- name: Extract fields
id: extract
run: |
email=$(
Expand Down

0 comments on commit 76441bd

Please sign in to comment.