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: 错误处理