2023-03-27 20:28:12 +00:00
|
|
|
Notifies using ntfy
|
|
|
|
===================
|
|
|
|
|
2023-03-27 22:41:03 +00:00
|
|
|
Usage:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
- name: Notify
|
|
|
|
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
|
|
|
|
if: always()
|
|
|
|
with:
|
|
|
|
host: ${{ secrets.NTFY_HOST }}
|
|
|
|
topic: ${{ secrets.NTFY_TOPIC }}
|
|
|
|
user: ${{ secrets.NTFY_USER }}
|
|
|
|
password: ${{ secrets.NTFY_PASSWORD }}
|
|
|
|
```
|