From b69db53f0a1ddc3b78d0505e59e8b9fb549e4b63 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Thu, 29 Jan 2026 19:42:13 +0800 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions:=20=E6=B7=BB=E5=8A=A0=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E8=BE=93=E5=87=BA=E6=97=A5=E5=BF=97=E5=92=8C=E5=BB=B6?= =?UTF-8?q?=E8=BF=9F=E6=8C=87=E4=BB=A4=E6=89=93=E5=8D=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/verify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6b71d7a..1751bfe 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -48,9 +48,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