Skip to content

Commit eb6cfdc

Browse files
committed
wip: testing
1 parent 81a82f0 commit eb6cfdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

forge/actions/discovery/action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ runs:
2727
done
2828
2929
OUTPUT=$(forge -vvv scan $FLAGS "${{ inputs.path }}" 2> >(tee /dev/stderr))
30-
OUTPUT=$(echo $OUTPUT | jq -rc)
31-
echo "json=$OUTPUT" >> $GITHUB_OUTPUT
30+
echo "Output: $OUTPUT"
31+
#OUTPUT=$(echo $OUTPUT | jq -rc)
32+
#echo "json=$OUTPUT" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)