Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 29, 2024
1 parent 6fa5073 commit e954000
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions forge/actions/blueprint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@ runs:
shell: bash
run: |
OUTPUT=$(forge blueprint dump ${{ inputs.path }} 2> >(tee /dev/stderr))
echo "Output: $OUTPUT"
echo "Final Output: $(echo $OUTPUT | jq -rc)"
echo "json=$(echo $OUTPUT | jq -rc)" >> GITHUB_OUTPUT
- name: Show
shell: bash
run: |
echo ${{ steps.run.outputs.json }}
OUTPUT=$(echo $OUTPUT | jq -rc)
echo "json=$OUTPUT" >> $GITHUB_OUTPUT

0 comments on commit e954000

Please sign in to comment.