From 336832f9bd577196bda803b1a3f360274d9343b6 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 22 Feb 2023 20:21:09 +0800 Subject: [PATCH] chore: update deploy nightly notify --- .github/workflows/vercel-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vercel-nightly.yml b/.github/workflows/vercel-nightly.yml index 7822a383..a16061a9 100644 --- a/.github/workflows/vercel-nightly.yml +++ b/.github/workflows/vercel-nightly.yml @@ -32,4 +32,4 @@ jobs: uses: muinmomin/webhook-action@v1.0.0 with: url: https://paw-server-nightly.moonrailgun.com/api/plugin:com.msgbyte.simplenotify/webhook/callback - data: '{"text": "新版前端代码部署完毕", "subscribeId": "${{ secrets.NOTIFY_SUB_ID}}"}' + data: '{"text": "The new version of the frontend code is deployed", "subscribeId": "${{ secrets.NOTIFY_SUB_ID}}"}'