Luke Tainton 8dc74aed03
All checks were successful
Release / Create Release (push) Successful in 29s
Release / Print Release (push) Successful in 1s
fix(pushover): add optional_int function, return None for empty strings and update priority argument type (#5)
Reviewed-on: #5
2026-03-13 20:49:44 +00:00
2025-10-07 21:46:12 +00:00
2025-03-23 20:45:06 +00:00
2025-03-23 20:45:06 +00:00
2025-10-30 20:17:05 +00:00

Pushover Action

A GitHub Action / Gitea Action to send a message via Pushover.

You can use the Action as follows:

name: Build
on:
  push:
    branches:
      - main
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - uses: https://git.tainton.uk/actions/pushover-action@v1.0.0
        env:
          PUSHOVER_APP_TOKEN: xxx
          PUSHOVER_USER_TOKEN: xxx
        with:
          message: ${{ github.event.head_commit.message }}

Properties

For more info on what a property means, see the Pushover API documentation.

Property Description Required?
message Message to send Yes
title Message title No
device Registered device to send the message to No
priority Priority of the message No
sound Sound to use when delivering the notification No
url URL to present in the notification No
url_title Button name to use for the URL link No
Description
No description provided
Readme Unlicense 39 KiB
v1.1.5 Latest
2026-03-13 20:50:18 +00:00
Languages
Python 93.8%
Dockerfile 6.2%