Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent 81a82f0 commit eb6cfdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forge/actions/discovery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ runs:
done
OUTPUT=$(forge -vvv scan $FLAGS "${{ inputs.path }}" 2> >(tee /dev/stderr))
OUTPUT=$(echo $OUTPUT | jq -rc)
echo "json=$OUTPUT" >> $GITHUB_OUTPUT
echo "Output: $OUTPUT"
#OUTPUT=$(echo $OUTPUT | jq -rc)
#echo "json=$OUTPUT" >> $GITHUB_OUTPUT

0 comments on commit eb6cfdc

Please sign in to comment.