From 5923e26410bc5285a90abefc4aeddcaf08d6b792 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 3 Jun 2021 19:36:19 +0300 Subject: [PATCH] github actions: uploader message fix --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 916ea5f0ab..1ef2eaa685 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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