Skip to content

Commit e954000

Browse files
committed
wip: testing
1 parent 6fa5073 commit e954000

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

forge/actions/blueprint/action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,5 @@ runs:
1616
shell: bash
1717
run: |
1818
OUTPUT=$(forge blueprint dump ${{ inputs.path }} 2> >(tee /dev/stderr))
19-
echo "Output: $OUTPUT"
20-
echo "Final Output: $(echo $OUTPUT | jq -rc)"
21-
echo "json=$(echo $OUTPUT | jq -rc)" >> GITHUB_OUTPUT
22-
- name: Show
23-
shell: bash
24-
run: |
25-
echo ${{ steps.run.outputs.json }}
19+
OUTPUT=$(echo $OUTPUT | jq -rc)
20+
echo "json=$OUTPUT" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)