From aa7a51d83e9a82f741dac8d23d24c5295a33838a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 05:30:05 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E4=B8=AD=E9=82=AE=E7=AE=B1=E6=A0=BC=E5=BC=8F=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/90aad306-0211-4a5b-b8b2-a130ae758c92 Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- .github/workflows/infinity-evolution.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/infinity-evolution.yml b/.github/workflows/infinity-evolution.yml index 21fe0a7a..4c2ec1e7 100644 --- a/.github/workflows/infinity-evolution.yml +++ b/.github/workflows/infinity-evolution.yml @@ -165,6 +165,10 @@ jobs: echo "💡 可先使用 list-user-emails 查看所有用户邮箱" exit 1 fi + if ! echo "$EMAIL" | grep -qE '^[^@]+@[^@]+\.[^@]+$'; then + echo "❌ 邮箱格式不正确: $EMAIL" + exit 1 + fi echo "单独发送更新通知给: $EMAIL ..." $SSH_CMD " cd $PROXY_DIR