From cee6bc10276750214d23a7ecd127e2ecc77b0441 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Thu, 29 Jan 2026 19:05:27 +0800 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions:=20=E7=A7=BB=E9=99=A4=E5=86=97?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E5=91=BD=E4=BB=A4=E8=BE=93=E5=87=BA=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E4=BB=A5=E7=AE=80=E5=8C=96=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/verify.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 547173d..6f436be 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -51,10 +51,8 @@ jobs: echo "Pausing for $line ms..." sleep "$(awk "BEGIN {print $line/1000}")" || true elif [[ "$line" == curl* ]]; then - echo "Executing: $line" eval "$line -w \"\\nHTTP Status: %{http_code}\\n\"" || true else - echo "Executing: $line" eval "$line" || true fi echo ""