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 e99eea5 commit 6fa5073
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion forge/actions/blueprint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ runs:
shell: bash
run: |
OUTPUT=$(forge blueprint dump ${{ inputs.path }} 2> >(tee /dev/stderr))
echo "json=$(echo $OUTPUT | jq -c)" >> GITHUB_OUTPUT
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 }}

0 comments on commit 6fa5073

Please sign in to comment.