From 39d4f9c730ccff31f96ad364a0591b534e6cdb6e Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Thu, 29 Jan 2026 19:12:08 +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, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6f436be..6b71d7a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -48,7 +48,7 @@ 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 eval "$line -w \"\\nHTTP Status: %{http_code}\\n\"" || true