From bd5614c4e61fc1ca0fa174e2e04fa3eecce2a286 Mon Sep 17 00:00:00 2001 From: fghwett <1058178245@qq.com> Date: Wed, 18 Dec 2024 16:39:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E5=AF=86=E9=92=A5=E8=AF=BB=E5=8F=96?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a01afea..53eedca 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,9 +12,10 @@ jobs: id: use-go-action uses: https://git.aweoo.com/action/gotify@latest with: - url: https://gotify.aweoo.com - token: test_token + url: ${{ secrets.url }} + token: ${{ secrets.token }} title: GotifyAction版本更新 + msgText: ${{ vars.msgText }} - name: 打印上一步的输出 run: echo 'output time is ${{ steps.use-go-action.outputs.time }}' - name: 错误处理