Gitea/GitHub action to send notifications
Find a file
2024-04-29 14:14:01 -07:00
action.yml in real github, actions do not have access to job.status 2024-04-29 14:14:01 -07:00
Dockerfile
entrypoint.sh add job id to output 2023-07-29 17:44:41 -07:00
LICENSE
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 }}