Gitea/GitHub action to send notifications
Go to file
Emil Lerch a41f6aefa0
GitHub is pretty aggressive here
2024-04-29 14:20:38 -07:00
Dockerfile specify entrypoint location 2023-03-27 13:33:48 -07:00
LICENSE basic shell. For this, we should do it in node.js, but I really do not want o 2023-03-27 13:28:12 -07:00
README.md update readme 2023-03-27 15:41:03 -07:00
action.yml GitHub is pretty aggressive here 2024-04-29 14:20:38 -07:00
entrypoint.sh add job id to output 2023-07-29 17:44:41 -07:00

README.md

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