github actions: uploader message fix

This commit is contained in:
Leonid Pliushch 2021-06-03 19:36:19 +03:00
parent 74d431b0eb
commit 5923e26410
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ jobs:
if [ "$http_status_code" = "200" ]; then
warnings=$(echo "$curl_response" | cut -d'|' -f1 | jq '.Report.Warnings' | jq -r '.[]')
if [ -n "$warnings" ]; then
echo "[!] There are some warnings were returned:"
echo "[!] WARNINGS (NON-CRITICAL):"
echo
echo "$warnings"
echo