From c02479381fbf29ef5227c2a2d292d351d7ca2493 Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:47:39 +0800 Subject: [PATCH] ci: update bark uri --- .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 e1013ee..29d1b77 100755 --- a/.github/scripts/bark-notify.sh +++ b/.github/scripts/bark-notify.sh @@ -30,7 +30,7 @@ EOF ) curl -s \ - -X POST http://101.43.40.124:81/push \ + -X POST http://bark.maimaicuizhiji.top/push \ -H "Content-Type: application/json; charset=utf-8" \ -d "${PAYLOAD}"