add notification task
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 43s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 5s

This commit is contained in:
Martin Dimitrov 2025-11-02 13:11:41 -08:00
parent a453bfa0bb
commit b99eb5b842

View File

@ -0,0 +1,24 @@
name: Apprise Notify
on:
workflow_call:
inputs:
title:
required: true
type: string
message:
required: true
type: string
jobs:
notify:
runs-on: ubuntu-22.04
steps:
- name: Send notification
uses: cstuder/apprise-ga@master
with:
title: ${{ inputs.title }}
message: ${{ inputs.message }}
env:
APPRISE_URL: generic://apprise.local.chromart.cc/notify/chromart