elerch / action-notify-ntfy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notifies using ntfy

Usage:

      - 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 }}

About

License:MIT License


Languages

Language:Shell 92.0%Language:Dockerfile 8.0%