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
|
id: use-go-action
|
||||||
uses: https://git.aweoo.com/action/gotify@latest
|
uses: https://git.aweoo.com/action/gotify@latest
|
||||||
with:
|
with:
|
||||||
url: https://gotify.aweoo.com
|
url: ${{ secrets.url }}
|
||||||
token: test_token
|
token: ${{ secrets.token }}
|
||||||
title: GotifyAction版本更新
|
title: GotifyAction版本更新
|
||||||
|
msgText: ${{ vars.msgText }}
|
||||||
- name: 打印上一步的输出
|
- name: 打印上一步的输出
|
||||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
||||||
- name: 错误处理
|
- name: 错误处理
|
||||||
|
|||||||
Reference in New Issue
Block a user