从密钥读取配置
All checks were successful
代码更新通知 / update-server (push) Successful in 2s

This commit is contained in:
2024-12-18 16:39:33 +08:00
parent cafd7dd5bb
commit bd5614c4e6

View File

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