Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Feb 17, 2025
1 parent a3c7bdc commit f2db459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/securityAlertsReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
echo "COMMENT_BODY"
echo $COMMENT_BODY
COMMENT_BODY_JSON=$(printf '%s' "$COMMENT_BODY" | jq -Rs .)
COMMENT_BODY_JSON=$(jq -n --arg body "$COMMENT_BODY" '{body: $body}')
echo "COMMENT_BODY_JSON"
echo $COMMENT_BODY_JSON
Expand Down

0 comments on commit f2db459

Please sign in to comment.