mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
ci(gitea): add Gotify notifications
This commit is contained in:
parent
1dc5a821f6
commit
8e0dc1eb59
1 changed files with 9 additions and 0 deletions
|
|
@ -68,3 +68,12 @@ jobs:
|
|||
## Details
|
||||
|
||||
See: [${{ steps.git_tags.outputs.prev }}...${{ steps.git_tags.outputs.current }}](/compare/${{ steps.git_tags.outputs.prev }}...${{ steps.git_tags.outputs.current }})
|
||||
- name: Send notification
|
||||
if: ${{ !cancelled() }}
|
||||
uses: dragonish/send-to-gotify@v1
|
||||
with:
|
||||
url: ${{ secrets.GOTIFY_URL }}
|
||||
token: ${{ secrets.GOTIFY_TOKEN }}
|
||||
title: ${{ gitea.repository }}
|
||||
message: "Release ${{ steps.git_tags.outputs.current }}\n\n*status: ${{ job.status }}*"
|
||||
content-type: "text/markdown"
|
||||
|
|
|
|||
Loading…
Reference in a new issue