mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 14:49:34 +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..."
|
echo "Pausing for $line ms..."
|
||||||
sleep "$(awk "BEGIN {print $line/1000}")" || true
|
sleep "$(awk "BEGIN {print $line/1000}")" || true
|
||||||
elif [[ "$line" == curl* ]]; then
|
elif [[ "$line" == curl* ]]; then
|
||||||
echo "Executing: $line"
|
|
||||||
eval "$line -w \"\\nHTTP Status: %{http_code}\\n\"" || true
|
eval "$line -w \"\\nHTTP Status: %{http_code}\\n\"" || true
|
||||||
else
|
else
|
||||||
echo "Executing: $line"
|
|
||||||
eval "$line" || true
|
eval "$line" || true
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user