github actions: uploader message fix
This commit is contained in:
parent
74d431b0eb
commit
5923e26410
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user