This commit is contained in:
5
.github/workflows/update.yml
vendored
5
.github/workflows/update.yml
vendored
@@ -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: 错误处理
|
||||
|
||||
Reference in New Issue
Block a user