From 2f026946b67d747bf99f4362fd41e8a85719cff3 Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:50:28 +0800 Subject: [PATCH] ci: rollback --- .github/scripts/bark-notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/bark-notify.sh b/.github/scripts/bark-notify.sh index 29d1b77..e1013ee 100755 --- a/.github/scripts/bark-notify.sh +++ b/.github/scripts/bark-notify.sh @@ -30,7 +30,7 @@ EOF ) curl -s \ - -X POST http://bark.maimaicuizhiji.top/push \ + -X POST http://101.43.40.124:81/push \ -H "Content-Type: application/json; charset=utf-8" \ -d "${PAYLOAD}"