mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 07:19:33 +08:00
GitHub Actions: 移除冗余的命令输出日志以简化脚本
This commit is contained in:
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user