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 8e46b28 commit 413a997
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/securityAlertsReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ jobs:
echo "COMMENT_BODY"
echo $COMMENT_BODY
COMMENT_BODY_JSON=$(jq -Rs . <<< "$COMMENT_BODY")
COMMENT_BODY_JSON=$(printf '%s' "$COMMENT_BODY" | jq -Rs .)
echo "COMMENT_BODY_JSON"
echo $COMMENT_BODY_JSON
if [[ -n "$EXISTING_COMMENT_ID" ]]; then
HTTP_RESPONSE=$(curl -s -o response.json -w "%{http_code}" -X PATCH \
Expand Down

0 comments on commit 413a997

Please sign in to comment.