Martin Dimitrov b99eb5b842
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
add notification task
2025-11-02 13:11:41 -08:00

25 lines
478 B
YAML

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