mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
ci(notification): improve notification
This commit is contained in:
parent
4ff081e800
commit
6c09fe9a29
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
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() }}
|
||||
if: ${{ !cancelled() && secrets.GOTIFY_URL != '' && secrets.GOTIFY_TOKEN != '' }}
|
||||
uses: dragonish/send-to-gotify@v1
|
||||
with:
|
||||
url: ${{ secrets.GOTIFY_URL }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue