update readme

This commit is contained in:
Emil Lerch 2023-03-27 15:41:03 -07:00
parent 13f3bdf30a
commit dff6f3022a
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -1,4 +1,15 @@
Notifies using ntfy
===================
I don't know what I'm doing yet
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 }}
```