Compare commits
2 Commits
565d888f61
...
1be5eb5235
| Author | SHA1 | Date | |
|---|---|---|---|
| 1be5eb5235 | |||
| 4e4333d34b |
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
run: pwd && ls -ahl
|
run: pwd && ls -ahl
|
||||||
- name: 发送通知
|
- name: 发送通知
|
||||||
id: use-go-action
|
id: use-go-action
|
||||||
uses: git@git.aweoo.com:action/gotify@latest
|
uses: https://git.aweoo.com/action/gotify@latest
|
||||||
with:
|
with:
|
||||||
username: foo
|
username: foo
|
||||||
- name: Print Output
|
- name: Print Output
|
||||||
|
|||||||
12
Taskfile.yml
Normal file
12
Taskfile.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
version: 3
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
latest:
|
||||||
|
desc: 生成最新的版本
|
||||||
|
cmds:
|
||||||
|
- git tag -d "latest"
|
||||||
|
- git push origin :refs/tags/latest
|
||||||
|
- git tag -a "latest" -m "latest"
|
||||||
|
- git push origin --tags
|
||||||
|
- git push
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
name: 'Simple Go Action'
|
name: 'Gotify通知'
|
||||||
description: 'A simple Gitea Action written in Go'
|
description: '发送Gotify通知'
|
||||||
inputs:
|
inputs:
|
||||||
username:
|
username:
|
||||||
description: 'The username to print'
|
description: 'The username to print'
|
||||||
|
|||||||
Reference in New Issue
Block a user