We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2cf8d commit f0ea01aCopy full SHA for f0ea01a
aws/sqs/process
@@ -18,7 +18,7 @@ if [[ -z $JSON_RESPONSE ]]; then
18
exit 1
19
fi
20
21
-echo "JSON =\n$JSON_RESPONSE"
+echo "JSON = $JSON_RESPONSE"
22
23
PR=$(jq -r '.Messages[0].MessageAttributes.pr.StringValue' <<< $JSON_RESPONSE)
24
URL=$(jq -r '.Messages[0].MessageAttributes.url.StringValue' <<< $JSON_RESPONSE)
0 commit comments