From 2cb52a0a80776f59fb8b03abc821063e9e7e5e18 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Thu, 29 Jan 2026 19:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=9A=E7=9F=A5=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62d1451..8ddc1cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,9 +44,10 @@ jobs: printf "%s\n" "$NOTIFY_CURLS" | while read -r line; do if [ -n "$line" ]; then if [[ "$line" =~ ^[0-9] ]]; then - echo "Pausing for $line ms..." + echo "Pausing for $line ms....." sleep "$(awk "BEGIN {print $line/1000}")" || true elif [[ "$line" == curl* ]]; then + echo "Response:" eval "$line -w \"\\nHTTP Status: %{http_code}\\n\"" || true else eval "$line" || true