Skip to content

Shoutrrr action

Actions
Notifications using https://containrrr.dev/shoutrrr
v1.0.84
Latest
Star (16)

Notifications using Shoutrrr in GitHub Actions

With this action, you can send notifications using Shoutrrr from your GitHub Actions workflows.

Let's give an example:

name: Deploy
on:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Some other steps needed for deploying
        run: ...
      - name: Shoutrrr
        uses: containrrr/shoutrrr-action@v1
        with:
          url: ${{ secrets.SHOUTRRR_URL }}
          title: Deployed ${{ github.sha }}
          message: See changes at ${{ github.event.compare }}.

The url is the Shoutrrr service URL as described in the service overview. Service URLs usually contains tokens or other information you should keep confidential, so make sure you store the URL or at least the secret parts of the URL in a GitHub secret.

Not all services support the title option. It's optional and you can leave it out.

Shoutrrr action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Notifications using https://containrrr.dev/shoutrrr
v1.0.84
Latest

Shoutrrr action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.